Github Toc

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

Co to jest Github Toc?

Github Toc to rozszerzenie Chrome opracowane przez Charlie Jade, a jego główną funkcją jest „Generate TOC(Table of Content) for Github readme and Github Wiki”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Github Toc

Pobierz pliki rozszerzeń Github Toc w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Github Toc Github Toc
ID nalkpgbfaadkpckoadhlkihofnbhfhek
Oficjalny URL https://chromewebstore.google.com/detail/github-toc/nalkpgbfaadkpckoadhlkihofnbhfhek
Opis Generate TOC(Table of Content) for Github readme and Github Wiki
Rozmiar pliku 704 KB
Liczba instalacji 745
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-10-03
Data Publikacji 2014-10-03
Ocena 4.57/5 Łącznie 7 Oceny
Deweloper Charlie Jade
Typ Płatności free
Strona Rozszerzenia https://github.com/summerblue/github-toc
Adres URL Strony Pomocy https://github.com/summerblue/github-toc/issues
Obsługiwane Języki 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"
            ]
        }
    ]
}