stackcopy Firefox

Examine source code of stackcopy

提供元: Rohini Senthil
Inspect and view changes in stackcopy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "StackCopy",
  "version": "2.0",
  "description": "Copy code snippets from any StackExchange site with ease.",
  "icons": {
    "48": "icons/icon.png",
    "96": "icons/icon@2.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.stackexchange.com/*",
        "*://askubuntu.com/*",
        "*://mathoverflow.net/*",
        "*://serverfault.com/*",
        "*://stackapps.com/*",
        "*://stackexchange.com/*",
        "*://stackoverflow.com/*",
        "*://superuser.com/*"
      ],
      "js": [
        "main.js"
      ],
      "css": [
        "main.css"
      ]
    }
  ],
  "permissions": [
    "clipboardWrite"
  ]
}

ベストのstackcopy代替案

stackcopyに類似したFirefox add-onをいくつか紹介します: