Turbo Outliner

Most accurate web article table of contents generator!

Hvad er Turbo Outliner?

Turbo Outliner er en Chrome-udvidelse udviklet af ShuoWu, og dens hovedfunktion er "Most accurate web article table of contents generator!".

Udvidelsesskærmbilleder

screenshot

Download Turbo Outliner-udvidelses-CRX-fil

Download Turbo Outliner-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

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Turbo Outliner Turbo Outliner
ID iodgmdnioenechbmenajalhpadghigfa
Officiel URL https://chromewebstore.google.com/detail/turbo-outliner/iodgmdnioenechbmenajalhpadghigfa
Beskrivelse Most accurate web article table of contents generator!
Filstørrelse 16.94 KB
Antal Installationer 773
Nuværende Version 0.0.5
Senest Opdateret 2017-02-22
Udgivelsesdato 2017-02-21
Bedømmelse 3.56/5 Samlet 16 Bedømmelser
Udvikler ShuoWu
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}