GitHub Readme First Firefox

Examine source code of GitHub Readme First

作者: metafab
Inspect and view changes in GitHub Readme First source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitHub Readme First",
  "description": "See README at the top of GitHub's repositories instead of files",
  "version": "0.3.0",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{760b7bb2-4f2c-4cff-bfdb-d8bf84b0fe4e}"
    }
  }
}

最佳 GitHub Readme First 替代方案

这里是一些与GitHub Readme First类似的Firefox add-on: