Github Markdown Outline Extension

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

Hvad er Github Markdown Outline Extension?

Github Markdown Outline Extension er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Displays a clickable outline of all topic headers for markdown documents on Github".

Udvidelsesskærmbilleder

screenshot

Download Github Markdown Outline Extension-udvidelses-CRX-fil

Download Github Markdown Outline Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn Github Markdown Outline Extension Github Markdown Outline Extension
ID gccinjjdbfdkkkebfbeipopijjfohfgj
Officiel URL https://chromewebstore.google.com/detail/github-markdown-outline-e/gccinjjdbfdkkkebfbeipopijjfohfgj
Beskrivelse Displays a clickable outline of all topic headers for markdown documents on Github
Filstørrelse 146 KB
Antal Installationer 171
Nuværende Version 1.4.2
Senest Opdateret 2016-01-16
Udgivelsesdato 2016-01-16
Bedømmelse 4.20/5 Samlet 5 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Udvidelseswebsted https://github.com/dbkaplun/github-markdown-outline-extension
Hjælpeside-URL https://github.com/dbkaplun/github-markdown-outline-extension/issues
Understøttede Sprog 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"
    ]
}