GitHub Copy Raw Firefox

Examine source code of GitHub Copy Raw

提供元: schollsebastian
Inspect and view changes in GitHub Copy Raw source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitHub Copy Raw",
  "version": "1.0",
  "description": "Adds a button for copying the raw content of a file to GitHub",
  "homepage_url": "https://github.com/schollsebastian/GitHub-Copy-Raw-Extension#readme",
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  },
  "permissions": [
    "clipboardWrite",
    "https://raw.githubusercontent.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "src/copy-button.js"
      ]
    }
  ]
}

ベストのGitHub Copy Raw代替案

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