Turbo Outliner

Most accurate web article table of contents generator!

Was ist Turbo Outliner?

Turbo Outliner ist eine Chrome-Erweiterung, die von ShuoWu entwickelt wurde, und ihr Hauptmerkmal ist "Most accurate web article table of contents generator!".

Erweiterungsscreenshots

screenshot

Turbo Outliner-Erweiterungs-CRX-Datei herunterladen

Laden Sie Turbo Outliner-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Turbo Outliner Turbo Outliner
ID iodgmdnioenechbmenajalhpadghigfa
Offizielle URL https://chromewebstore.google.com/detail/turbo-outliner/iodgmdnioenechbmenajalhpadghigfa
Beschreibung Most accurate web article table of contents generator!
Dateigröße 16.94 KB
Installationsanzahl 773
Aktuelle Version 0.0.5
Letztes Update 2017-02-22
Veröffentlichungsdatum 2017-02-21
Bewertung 3.56/5 Insgesamt 16 Bewertungen
Entwickler ShuoWu
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}