Turbo Outliner

Most accurate web article table of contents generator!

Vad är Turbo Outliner?

Turbo Outliner är en Chrome-tillägg utvecklad av ShuoWu, och dess huvudfunktion är "Most accurate web article table of contents generator!".

Tilläggsskärmbilder

screenshot

Ladda ner Turbo Outliner-förlängningens CRX-fil

Ladda ner Turbo Outliner-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Turbo Outliner Turbo Outliner
ID iodgmdnioenechbmenajalhpadghigfa
Officiell webbadress https://chromewebstore.google.com/detail/turbo-outliner/iodgmdnioenechbmenajalhpadghigfa
Beskrivning Most accurate web article table of contents generator!
Filstorlek 16.94 KB
Antal Installationer 773
Aktuell Version 0.0.5
Senast Uppdaterad 2017-02-22
Publiceringsdatum 2017-02-21
Betyg 3.56/5 Totalt 16 Betyg
Utvecklare ShuoWu
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    ]
}