Table of Contents for GitHub

Adds a table of contents to repositories, gists and wikis on GitHub

Table of Contents for GitHubとは何ですか?

Table of Contents for GitHubはArthur Hammerによって開発されたChromeの拡張機能で、その主な機能は「Adds a table of contents to repositories, gists and wikis on GitHub」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Table of Contents for GitHub拡張機能のCRXファイルをダウンロード

Table of Contents for GitHub拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        No more scrolling around readmes and wikis looking for specific information. Find what you are looking for, quickly.

Works almost anywhere, not just readmes.

- Repos, gists, and wikis
- Any GitHub markup
- Edit and create files and wiki pages right on GitHub
- Simple and unobtrusive

--

Also available for Firefox and Safari. 

For more info and source code: https://github.com/arthurhammer/github-toc                    

拡張機能の基本情報

名前 Table of Contents for GitHub Table of Contents for GitHub
ID hlkhpeomjgelmljaknhoboeohhgmmgcn
公式URL https://chromewebstore.google.com/detail/table-of-contents-for-git/hlkhpeomjgelmljaknhoboeohhgmmgcn
説明 Adds a table of contents to repositories, gists and wikis on GitHub
ファイルサイズ 11.44 KB
インストール数 365
現在のバージョン 0.2.5
最終更新日 2016-09-09
公開日 2016-09-09
評価 4.00/5 合計 4 レビュー
開発者 Arthur Hammer
支払い方法 free
拡張機能のウェブサイト https://github.com/arthurhammer/github-toc
ヘルプページのURL https://github.com/arthurhammer/github-toc/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Table of Contents for GitHub",
    "short_name": "GitHub ToC",
    "version": "0.2.5",
    "author": "Arthur Hammer",
    "homepage_url": "https:\/\/github.com\/arthurhammer\/github-toc",
    "description": "Adds a table of contents to repositories, gists and wikis on GitHub",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*\/*",
                "https:\/\/gist.github.com\/*\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "github-toc.js"
            ]
        }
    ]
}