GitHub markdown ToC

Generate toc of github markdown automatically.

Wat is GitHub markdown ToC?

GitHub markdown ToC is een Chrome-extensie ontwikkeld door mtgto, en de belangrijkste functie is "Generate toc of github markdown automatically.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GitHub markdown ToC

Download GitHub markdown ToC-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Generate toc of github markdown automatically.                    

Basisinformatie over de Extensie

Naam GitHub markdown ToC GitHub markdown ToC
ID cfpkfjibjpmhgbkoihopadfkdelkjglh
Officiële URL https://chromewebstore.google.com/detail/github-markdown-toc/cfpkfjibjpmhgbkoihopadfkdelkjglh
Beschrijving Generate toc of github markdown automatically.
Bestandsgrootte 45.48 KB
Aantal Installaties 158
Huidige Versie 1.0.1
Laatst Bijgewerkt 2015-03-31
Publicatiedatum 2015-03-30
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar mtgto
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitHub markdown ToC",
    "description": "Generate toc of github markdown automatically.",
    "version": "1.0.1",
    "author": "mtgto",
    "homepage_url": "https:\/\/github.com\/mtgto\/github-markdown-toc-chrome-extension",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/github.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/main.js"
            ]
        }
    ],
    "options_page": "html\/options.html",
    "permissions": [
        "storage"
    ]
}