GitHub Code Folding Pro Firefox

Examine source code of GitHub Code Folding Pro

제작자: 69VN
Inspect and view changes in GitHub Code Folding Pro source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "GitHub Code Folding",
  "version": "0.3.3",
  "description": "Enable code folding when viewing files in GitHub.",
  "homepage_url": "https://github.com/noam3127/github-code-folding",
  "manifest_version": 2,
  "minimum_chrome_version": "88",
  "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"
      ]
    }
  ],
  "web_accessible_resources": [
    "style.css"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{aeca57cd-4c27-444a-8182-9838fccefcd0}"
    }
  }
}

최고의 GitHub Code Folding Pro 대안

다음은 GitHub Code Folding Pro과(와) 유사한 Firefox add-on입니다: