Tabby Paste Firefox

Examine source code of Tabby Paste

Inspect and view changes in Tabby Paste source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "version": "1.0.7",
  "name": "__MSG_extName__",
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_icon": {
      "32": "icons/icon32.png"
    },
    "default_popup": "popup.html",
    "default_title": "__MSG_openPopup__"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "scripting",
    "contextMenus",
    "clipboardRead",
    "storage",
    "tabs"
  ],
  "commands": {
    "auto_paste": {
      "suggested_key": {
        "default": "Ctrl+Shift+V"
      },
      "description": "__MSG_command_auto_paste__"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tabbypaste@apricotpersonallabo.github.io",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Meilleures alternatives Tabby Paste

Voici quelques Firefox add-ons qui sont similaires à Tabby Paste :