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