GitHub Project Enhancer Firefox

Examine source code of GitHub Project Enhancer

Por: mashabow
Inspect and view changes in GitHub Project Enhancer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitHub Project Enhancer",
  "short_name": "GPE",
  "version": "0.7.2",
  "description": "Enhance GitHub Projects to add accordion UI and so on.",
  "icons": {
    "128": "assets/icon.png"
  },
  "author": "ryz310@gmail.com",
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*/projects/*"
      ],
      "css": [
        "css/foldering.css",
        "css/storyPoint.css"
      ],
      "js": [
        "js/foldering.js",
        "js/storyPoint.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "html/options.html",
    "open_in_tab": false
  }
}

Melhores alternativas GitHub Project Enhancer

Aqui estão algumas Firefox add-ons que são similares a GitHub Project Enhancer: