Table of Contents for GitHub Firefox

Examine source code of Table of Contents for GitHub

Inspect and view changes in Table of Contents for GitHub source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Table of Contents for GitHub",
  "short_name": "GitHub ToC",
  "version": "0.2.6resigned1",
  "author": "Arthur Hammer",
  "homepage_url": "https://github.com/arthurhammer/github-toc",
  "description": "Adds a table of contents to repositories, gists and wikis on GitHub",
  "applications": {
    "gecko": {
      "id": "@github-readme-toc",
      "strict_min_version": "42.0"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*/*",
        "https://gist.github.com/*/*"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "github-toc.js"
      ]
    }
  ]
}

Best Table of Contents for GitHub Alternatives

Here are some Firefox add-ons that are similar to Table of Contents for GitHub: