Github Toc

Generate TOC(Table of Content) for Github readme and Github Wiki

Cos'è Github Toc?

Github Toc è un'estensione di Chrome sviluppata da Charlie Jade, e la sua funzione principale è "Generate TOC(Table of Content) for Github readme and Github Wiki".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Github Toc

Scarica i file di estensione Github Toc 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

                        Allows to show you a "table of content" generated by Github project README or WIKI. Source Code - https://github.com/summerblue/github-toc                    

Informazioni di Base sull'Estensione

Nome Github Toc Github Toc
ID nalkpgbfaadkpckoadhlkihofnbhfhek
URL Ufficiale https://chromewebstore.google.com/detail/github-toc/nalkpgbfaadkpckoadhlkihofnbhfhek
Descrizione Generate TOC(Table of Content) for Github readme and Github Wiki
Dimensione del File 704 KB
Conteggio Installazioni 745
Versione Corrente 1.0
Ultimo Aggiornamento 2014-10-03
Data di Pubblicazione 2014-10-03
Valutazione 4.57/5 Totale 7 Valutazioni
Sviluppatore Charlie Jade
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/summerblue/github-toc
URL della Pagina di Aiuto https://github.com/summerblue/github-toc/issues
Lingue Supportate 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"
            ]
        }
    ]
}