Github Markdown Outline Extension

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

Github Markdown Outline Extensionとは何ですか?

Github Markdown Outline ExtensionはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Displays a clickable outline of all topic headers for markdown documents on Github」です。

拡張機能のスクリーンショット

screenshot

Github Markdown Outline Extension拡張機能のCRXファイルをダウンロード

Github Markdown Outline Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Github Markdown Outline Extension Github Markdown Outline Extension
ID gccinjjdbfdkkkebfbeipopijjfohfgj
公式URL https://chromewebstore.google.com/detail/github-markdown-outline-e/gccinjjdbfdkkkebfbeipopijjfohfgj
説明 Displays a clickable outline of all topic headers for markdown documents on Github
ファイルサイズ 146 KB
インストール数 171
現在のバージョン 1.4.2
最終更新日 2016-01-16
公開日 2016-01-16
評価 4.20/5 合計 5 レビュー
開発者 Unknown
支払い方法 free
拡張機能のウェブサイト https://github.com/dbkaplun/github-markdown-outline-extension
ヘルプページのURL https://github.com/dbkaplun/github-markdown-outline-extension/issues
対応言語 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"
    ]
}