Turbo Outliner

Most accurate web article table of contents generator!

Co je Turbo Outliner?

Turbo Outliner je rozšíření Chrome vyvinuté ShuoWu, a jeho hlavní funkcí je „Most accurate web article table of contents generator!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Turbo Outliner

Stáhněte si soubory rozšíření Turbo Outliner ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Turbo Outliner Turbo Outliner
ID iodgmdnioenechbmenajalhpadghigfa
Oficiální URL https://chromewebstore.google.com/detail/turbo-outliner/iodgmdnioenechbmenajalhpadghigfa
Popis Most accurate web article table of contents generator!
Velikost souboru 16.94 KB
Počet instalací 773
Aktuální Verze 0.0.5
Poslední Aktualizace 2017-02-22
Datum Vydání 2017-02-21
Hodnocení 3.56/5 Celkem 16 Hodnocení
Vývojář ShuoWu
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}