GitHub Code Folding Compat Firefox

Examine source code of GitHub Code Folding Compat

提供元: Firefox Add-on
Inspect and view changes in GitHub Code Folding Compat source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "GitHub Code Folding Compat",
  "version": "0.2.5",
  "description": "Enable code folding when viewing files in GitHub.",
  "homepage_url": "https://github.com/ziloen/github-code-folding",
  "manifest_version": 2,
  "author": "Noam Lustiger",
  "short_name": "GitHub Code Folding",
  "permissions": [
    "scripting",
    "*://github.com/*"
  ],
  "background": {
    "scripts": [
      "./background.js"
    ]
  },
  "icons": {
    "128": "./icon-128.png"
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "*://github.com/*"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{7904afd5-9948-4c71-b5dc-17808afe6172}"
    }
  }
}

ベストのGitHub Code Folding Compat代替案

GitHub Code Folding Compatに類似したFirefox add-onをいくつか紹介します: