GitHub Clone Helper Firefox

Examine source code of GitHub Clone Helper

提供元: Ercan Ermis
Inspect and view changes in GitHub Clone Helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitHub Clone Helper",
  "version": "1.0",
  "description": "Adds 'git clone' before HTTPS and SSH clone URLs on GitHub.",
  "icons": {
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "clipboardWrite",
    "activeTab"
  ],
  "browser_action": {
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2ced4404-8a4e-4992-9517-6512a0919867}"
    }
  }
}

ベストのGitHub Clone Helper代替案

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