Turbo Outliner

Most accurate web article table of contents generator!

What is Turbo Outliner?

Turbo Outliner is a Chrome extension developed by ShuoWu, and its main feature is "Most accurate web article table of contents generator!".

Extension Screenshots

screenshot

Download Turbo Outliner Extension CRX File

Download Turbo Outliner extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Turbo Outliner Turbo Outliner
ID iodgmdnioenechbmenajalhpadghigfa
Official URL https://chromewebstore.google.com/detail/turbo-outliner/iodgmdnioenechbmenajalhpadghigfa
Description Most accurate web article table of contents generator!
File Size 16.94 KB
Installation Count 773
Current Version 0.0.5
Last Updated 2017-02-22
Publish Date 2017-02-21
Rating 3.56/5 Total 16 Ratings
Developer ShuoWu
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}