Paste Pro Firefox

Examine source code of Paste Pro

제작자: Superdev Add-on
Inspect and view changes in Paste Pro source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Paste Pro",
  "version": "1.5",
  "description": "Shows the last 10 items copied to the clipboard in the context menu",
  "permissions": [
    "contextMenus",
    "clipboardRead",
    "clipboardWrite",
    "<all_urls>",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "icons": {
    "48": "icon48.png",
    "96": "icon96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f81c43d3-389d-4f83-a172-fd8f3a62080c}"
    }
  }
}

최고의 Paste Pro 대안

다음은 Paste Pro과(와) 유사한 Firefox add-on입니다: