GitHub markdown ToC

Generate toc of github markdown automatically.

What is GitHub markdown ToC?

GitHub markdown ToC is a Chrome extension developed by mtgto, and its main feature is "Generate toc of github markdown automatically.".

Extension Screenshots

screenshot

Download GitHub markdown ToC Extension CRX File

Download GitHub markdown ToC extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Generate toc of github markdown automatically.                    

Extension Basic Information

Name GitHub markdown ToC GitHub markdown ToC
ID cfpkfjibjpmhgbkoihopadfkdelkjglh
Official URL https://chromewebstore.google.com/detail/github-markdown-toc/cfpkfjibjpmhgbkoihopadfkdelkjglh
Description Generate toc of github markdown automatically.
File Size 45.48 KB
Installation Count 158
Current Version 1.0.1
Last Updated 2015-03-31
Publish Date 2015-03-30
Rating 5.00/5 Total 1 Ratings
Developer mtgto
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitHub markdown ToC",
    "description": "Generate toc of github markdown automatically.",
    "version": "1.0.1",
    "author": "mtgto",
    "homepage_url": "https:\/\/github.com\/mtgto\/github-markdown-toc-chrome-extension",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/github.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/main.js"
            ]
        }
    ],
    "options_page": "html\/options.html",
    "permissions": [
        "storage"
    ]
}