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입니다: