Pin for GitHub Firefox

Examine source code of Pin for GitHub

Por: vantezzen
Inspect and view changes in Pin for GitHub source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Pin for GitHub",
  "version": "1.2",
  "description": "Pin repositories on GitHub for later without having to star them",
  "homepage_url": "https://github.com/vantezzen/pinforgithub",
  "icons": {
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png"
  },
  "permissions": [
    "*://github.com/*",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://github.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "pinned-list.html"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "pinforgithub@vantezzen.io"
    }
  }
}

Melhores alternativas Pin for GitHub

Aqui estão algumas Firefox add-ons que são similares a Pin for GitHub: