Table of Contents for GitHub

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

¿Qué es Table of Contents for GitHub?

Table of Contents for GitHub es una extensión de Chrome desarrollada por Arthur Hammer, y su función principal es "Adds a table of contents to repositories, gists and wikis on GitHub".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Table of Contents for GitHub

Descarga archivos de extensión Table of Contents for GitHub en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Table of Contents for GitHub Table of Contents for GitHub
ID hlkhpeomjgelmljaknhoboeohhgmmgcn
URL Oficial https://chromewebstore.google.com/detail/table-of-contents-for-git/hlkhpeomjgelmljaknhoboeohhgmmgcn
Descripción Adds a table of contents to repositories, gists and wikis on GitHub
Tamaño del Archivo 11.44 KB
Cantidad de Instalaciones 365
Versión Actual 0.2.5
Última Actualización 2016-09-09
Fecha de Publicación 2016-09-09
Calificación 4.00/5 Total de 4 Calificaciones
Desarrollador Arthur Hammer
Tipo de Pago free
Sitio Web de la Extensión https://github.com/arthurhammer/github-toc
URL de la Página de Ayuda https://github.com/arthurhammer/github-toc/issues
Idiomas Soportados 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"
            ]
        }
    ]
}