Github Toc

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

什么是Github Toc?

Github Toc是由Charlie Jade开发的Chrome扩展程序,该扩展的主要功能是“Generate TOC(Table of Content) for Github readme and Github Wiki”。

扩展截图

screenshot
screenshot

下载Github Toc扩展crx文件

下载Github Toc扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Github Toc Github Toc
ID nalkpgbfaadkpckoadhlkihofnbhfhek
官方URL https://chromewebstore.google.com/detail/github-toc/nalkpgbfaadkpckoadhlkihofnbhfhek
简介 Generate TOC(Table of Content) for Github readme and Github Wiki
文件大小 704 KB
安装次数 745
当前版本 1.0
更新时间 2014-10-03
上架时间 2014-10-03
评分 4.57/5 共7次评分
开发者 Charlie Jade
付费类型 free
扩展官网 https://github.com/summerblue/github-toc
帮助页面URL https://github.com/summerblue/github-toc/issues
支持的语言 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"
            ]
        }
    ]
}