Turbo Outliner

Most accurate web article table of contents generator!

Wat is Turbo Outliner?

Turbo Outliner is een Chrome-extensie ontwikkeld door ShuoWu, en de belangrijkste functie is "Most accurate web article table of contents generator!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Turbo Outliner

Download Turbo Outliner-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Turbo Outliner Turbo Outliner
ID iodgmdnioenechbmenajalhpadghigfa
Officiële URL https://chromewebstore.google.com/detail/turbo-outliner/iodgmdnioenechbmenajalhpadghigfa
Beschrijving Most accurate web article table of contents generator!
Bestandsgrootte 16.94 KB
Aantal Installaties 773
Huidige Versie 0.0.5
Laatst Bijgewerkt 2017-02-22
Publicatiedatum 2017-02-21
Beoordeling 3.56/5 Totaal 16 Beoordelingen
Ontwikkelaar ShuoWu
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}