Github Toc

Generate TOC(Table of Content) for Github readme and Github Wiki

What is Github Toc?

Github Toc is a Chrome extension developed by Charlie Jade, and its main feature is "Generate TOC(Table of Content) for Github readme and Github Wiki".

Extension Screenshots

screenshot
screenshot

Download Github Toc Extension CRX File

Download Github 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

                        Allows to show you a "table of content" generated by Github project README or WIKI. Source Code - https://github.com/summerblue/github-toc                    

Extension Basic Information

Name Github Toc Github Toc
ID nalkpgbfaadkpckoadhlkihofnbhfhek
Official URL https://chromewebstore.google.com/detail/github-toc/nalkpgbfaadkpckoadhlkihofnbhfhek
Description Generate TOC(Table of Content) for Github readme and Github Wiki
File Size 704 KB
Installation Count 745
Current Version 1.0
Last Updated 2014-10-03
Publish Date 2014-10-03
Rating 4.57/5 Total 7 Ratings
Developer Charlie Jade
Payment Type free
Extension Website https://github.com/summerblue/github-toc
Help Page URL https://github.com/summerblue/github-toc/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Github Toc",
    "version": "1.0",
    "author": "Charlie Jade  (http:\/\/summerblue.me)",
    "description": "Generate TOC(Table of Content) for Github readme and Github Wiki",
    "icons": {
        "16": "img\/github-toc-16.png",
        "48": "img\/github-toc-48.png",
        "128": "img\/github-toc-128.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "scripts\/jquery-2.1.1.min.js",
                "scripts\/toc.min.js",
                "scripts\/github-toc.js"
            ],
            "css": [
                "css\/github-toc.css"
            ]
        }
    ]
}