Turbo Outliner

Most accurate web article table of contents generator!

Cos'è Turbo Outliner?

Turbo Outliner è un'estensione di Chrome sviluppata da ShuoWu, e la sua funzione principale è "Most accurate web article table of contents generator!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Turbo Outliner

Scarica i file di estensione Turbo Outliner in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Turbo Outliner Turbo Outliner
ID iodgmdnioenechbmenajalhpadghigfa
URL Ufficiale https://chromewebstore.google.com/detail/turbo-outliner/iodgmdnioenechbmenajalhpadghigfa
Descrizione Most accurate web article table of contents generator!
Dimensione del File 16.94 KB
Conteggio Installazioni 773
Versione Corrente 0.0.5
Ultimo Aggiornamento 2017-02-22
Data di Pubblicazione 2017-02-21
Valutazione 3.56/5 Totale 16 Valutazioni
Sviluppatore ShuoWu
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}