Turbo Outliner

Most accurate web article table of contents generator!

Turbo Outlinerとは何ですか?

Turbo OutlinerはShuoWuによって開発されたChromeの拡張機能で、その主な機能は「Most accurate web article table of contents generator!」です。

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

screenshot

Turbo Outliner拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Turbo Outliner is the most accurate web article table of contents generator!

Turbo Outliner unlike other table of contents generators, it employ advanced article recognize algorithm to prevent noise from table of contents. Generated outlines are accurate, clean and informative!                    

拡張機能の基本情報

名前 Turbo Outliner Turbo Outliner
ID iodgmdnioenechbmenajalhpadghigfa
公式URL https://chromewebstore.google.com/detail/turbo-outliner/iodgmdnioenechbmenajalhpadghigfa
説明 Most accurate web article table of contents generator!
ファイルサイズ 16.94 KB
インストール数 773
現在のバージョン 0.0.5
最終更新日 2017-02-22
公開日 2017-02-21
評価 3.56/5 合計 16 レビュー
開発者 ShuoWu
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Turbo Outliner",
    "version": "0.0.5",
    "description": "Most accurate web article table of contents generator!",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "contextMenus",
        ""
    ],
    "browser_action": {
        "default_icon": "icons\/icon-32.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+O",
                "mac": "MacCtrl+Shift+O"
            }
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "app.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ]
}