GitAnswer Firefox

Examine source code of GitAnswer

提供元: james
Inspect and view changes in GitAnswer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitAnwser",
  "version": "1.2resigned1",
  "description": "Jump to the most reacted answer on GitHub.com issues.",
  "homepage_url": "https://jamesbe.com",
  "icons": {
    "48": "icon-48.png",
    "96": "icon-96.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icon-16.png",
      "32": "icon-32.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.github.com/*"
      ],
      "js": [
        "compatibleAnswer.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e6cdf5ee-66c3-4dbf-b210-1ede78855296}"
    }
  }
}

ベストのGitAnswer代替案

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