Table of Contents for GitHub

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

Cos'è Table of Contents for GitHub?

Table of Contents for GitHub è un'estensione di Chrome sviluppata da Arthur Hammer, e la sua funzione principale è "Adds a table of contents to repositories, gists and wikis on GitHub".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Table of Contents for GitHub

Scarica i file di estensione Table of Contents for GitHub in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Table of Contents for GitHub Table of Contents for GitHub
ID hlkhpeomjgelmljaknhoboeohhgmmgcn
URL Ufficiale https://chromewebstore.google.com/detail/table-of-contents-for-git/hlkhpeomjgelmljaknhoboeohhgmmgcn
Descrizione Adds a table of contents to repositories, gists and wikis on GitHub
Dimensione del File 11.44 KB
Conteggio Installazioni 365
Versione Corrente 0.2.5
Ultimo Aggiornamento 2016-09-09
Data di Pubblicazione 2016-09-09
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore Arthur Hammer
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/arthurhammer/github-toc
URL della Pagina di Aiuto https://github.com/arthurhammer/github-toc/issues
Lingue Supportate 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"
            ]
        }
    ]
}