Github Pull Request Commits Firefox

Examine source code of Github Pull Request Commits

제작자: ikim23 Add-on
Inspect and view changes in Github Pull Request Commits source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Github Pull Request Commits",
  "version": "0.1.3",
  "description": "Suggest Pull Request commits white typing",
  "permissions": [
    "https://api.github.com/*",
    "storage"
  ],
  "icons": {
    "16": "/assets/icon16.png",
    "32": "/assets/icon32.png",
    "128": "/assets/icon128.png",
    "192": "/assets/icon192.png"
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "/content/content.js"
      ]
    }
  ],
  "options_ui": {
    "page": "/options/options.html",
    "browser_style": true,
    "chrome_style": true
  }
}

최고의 Github Pull Request Commits 대안

다음은 Github Pull Request Commits과(와) 유사한 Firefox add-on입니다: