Table of Contents for GitHub Firefox

Examine source code of Table of Contents for GitHub

제작자: Arthur Hammer
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"
      ]
    }
  ]
}

최고의 Table of Contents for GitHub 대안

다음은 Table of Contents for GitHub과(와) 유사한 Firefox add-on입니다: