GitHub Code Folding Firefox

Examine source code of GitHub Code Folding

Inspect and view changes in GitHub Code Folding source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "GitHub Code Folding",
  "version": "0.1.2resigned1",
  "description": "Enable code folding when viewing files in GitHub.",
  "homepage_url": "https://github.com/noam3127/github-code-folding",
  "manifest_version": 2,
  "minimum_chrome_version": "49",
  "author": "Noam Lustiger",
  "short_name": "Github Code Folding",
  "permissions": [
    "tabs",
    "*://github.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "128": "images/icon-128.png"
  },
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "*://github.com/*"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b588f8ac-dbdf-4397-bcd7-3d29be2f17d7}"
    }
  }
}

最佳 GitHub Code Folding 替代方案

这里是一些与GitHub Code Folding类似的Firefox add-on: