Turbo Outliner

Most accurate web article table of contents generator!

O que é Turbo Outliner?

Turbo Outliner é uma extensão do Chrome desenvolvida por ShuoWu, e sua principal característica é "Most accurate web article table of contents generator!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Turbo Outliner

Baixe arquivos de extensão Turbo Outliner no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Turbo Outliner Turbo Outliner
ID iodgmdnioenechbmenajalhpadghigfa
URL Oficial https://chromewebstore.google.com/detail/turbo-outliner/iodgmdnioenechbmenajalhpadghigfa
Descrição Most accurate web article table of contents generator!
Tamanho do Arquivo 16.94 KB
Contagem de Instalações 773
Versão Atual 0.0.5
Última Atualização 2017-02-22
Data de Publicação 2017-02-21
Classificação 3.56/5 Total de 16 Avaliações
Desenvolvedor ShuoWu
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    ]
}