ToC Generator for GitHub Wiki Firefox

Examine source code of ToC Generator for GitHub Wiki

Inspect and view changes in ToC Generator for GitHub Wiki 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 Generator for GitHub Wiki",
  "version": "1.0.3",
  "author": "ClearCode Inc.",
  "description": "Generates ToC for GitHub wiki pages.",
  "permissions": [
    "tabs",
    "https://github.com/*/wiki/*/_edit*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Generate ToC from GitHub wiki page"
  },
  "commands": {
    "_execute_browser_action": {
      "description": "Generate ToC from GitHub wiki page"
    }
  },
  "applications": {
    "gecko": {
      "id": "github-wiki-toc-generator@piro.sakura.ne.jp",
      "strict_min_version": "52.0"
    }
  }
}

Best ToC Generator for GitHub Wiki Alternatives

Here are some Firefox add-ons that are similar to ToC Generator for GitHub Wiki: