GitHub markdown ToC

Generate toc of github markdown automatically.

Qu'est-ce que GitHub markdown ToC ?

GitHub markdown ToC est une extension Chrome développée par mtgto, et sa fonction principale est "Generate toc of github markdown automatically.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GitHub markdown ToC

Téléchargez les fichiers d'extension GitHub markdown ToC au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Generate toc of github markdown automatically.                    

Informations de Base sur l'Extension

Nom GitHub markdown ToC GitHub markdown ToC
ID cfpkfjibjpmhgbkoihopadfkdelkjglh
URL Officiel https://chromewebstore.google.com/detail/github-markdown-toc/cfpkfjibjpmhgbkoihopadfkdelkjglh
Description Generate toc of github markdown automatically.
Taille du Fichier 45.48 KB
Nombre d'Installations 158
Version Actuelle 1.0.1
Dernière Mise à Jour 2015-03-31
Date de Publication 2015-03-30
Évaluation 5.00/5 Total 1 Évaluations
Développeur mtgto
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}