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"
            ]
        }
    ]
}