Turbo Outliner

Most accurate web article table of contents generator!

¿Qué es Turbo Outliner?

Turbo Outliner es una extensión de Chrome desarrollada por ShuoWu, y su función principal es "Most accurate web article table of contents generator!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Turbo Outliner

Descarga archivos de extensión Turbo Outliner en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Turbo Outliner Turbo Outliner
ID iodgmdnioenechbmenajalhpadghigfa
URL Oficial https://chromewebstore.google.com/detail/turbo-outliner/iodgmdnioenechbmenajalhpadghigfa
Descripción Most accurate web article table of contents generator!
Tamaño del Archivo 16.94 KB
Cantidad de Instalaciones 773
Versión Actual 0.0.5
Última Actualización 2017-02-22
Fecha de Publicación 2017-02-21
Calificación 3.56/5 Total de 16 Calificaciones
Desarrollador ShuoWu
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
        }
    ]
}