Github Markdown Outline Extension

Displays a clickable outline of all topic headers for markdown documents on Github

Qu'est-ce que Github Markdown Outline Extension ?

Github Markdown Outline Extension est une extension Chrome développée par Unknown, et sa fonction principale est "Displays a clickable outline of all topic headers for markdown documents on Github".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Github Markdown Outline Extension

Téléchargez les fichiers d'extension Github Markdown Outline Extension 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

                                            

Informations de Base sur l'Extension

Nom Github Markdown Outline Extension Github Markdown Outline Extension
ID gccinjjdbfdkkkebfbeipopijjfohfgj
URL Officiel https://chromewebstore.google.com/detail/github-markdown-outline-e/gccinjjdbfdkkkebfbeipopijjfohfgj
Description Displays a clickable outline of all topic headers for markdown documents on Github
Taille du Fichier 146 KB
Nombre d'Installations 171
Version Actuelle 1.4.2
Dernière Mise à Jour 2016-01-16
Date de Publication 2016-01-16
Évaluation 4.20/5 Total 5 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://github.com/dbkaplun/github-markdown-outline-extension
URL de la Page d'Aide https://github.com/dbkaplun/github-markdown-outline-extension/issues
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Github Markdown Outline Extension",
    "description": "Displays a clickable outline of all topic headers for markdown documents on Github",
    "version": "1.4.2",
    "homepage_url": "https:\/\/github.com\/dbkaplun\/github-markdown-outline-extension",
    "author": "Dan Kaplun ",
    "icons": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "index.js"
            ],
            "css": [
                "index.css"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage"
    ]
}