Github File Collapser Firefox

Examine source code of Github File Collapser

By: Meeoh
Inspect and view changes in Github File Collapser source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Github File Collapser",
  "version": "0.1.0",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "description": "Collapses files that match supplied keywords in githubs file viewer for PR's. Customizable in options",
  "permissions": [
    "tabs",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "inject.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  }
}

Best Github File Collapser Alternatives

Here are some Firefox add-ons that are similar to Github File Collapser: