Turbo Outliner

Most accurate web article table of contents generator!

Qu'est-ce que Turbo Outliner ?

Turbo Outliner est une extension Chrome développée par ShuoWu, et sa fonction principale est "Most accurate web article table of contents generator!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Turbo Outliner

Téléchargez les fichiers d'extension Turbo Outliner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Turbo Outliner Turbo Outliner
ID iodgmdnioenechbmenajalhpadghigfa
URL Officiel https://chromewebstore.google.com/detail/turbo-outliner/iodgmdnioenechbmenajalhpadghigfa
Description Most accurate web article table of contents generator!
Taille du Fichier 16.94 KB
Nombre d'Installations 773
Version Actuelle 0.0.5
Dernière Mise à Jour 2017-02-22
Date de Publication 2017-02-21
Évaluation 3.56/5 Total 16 Évaluations
Développeur ShuoWu
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}