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
官方網址 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"
            ]
        }
    ]
}