Turbo Outliner

Most accurate web article table of contents generator!

Apa itu Turbo Outliner?

Turbo Outliner adalah ekstensi Chrome yang dikembangkan oleh ShuoWu, dan fitur utamanya adalah "Most accurate web article table of contents generator!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Turbo Outliner

Unduh file ekstensi Turbo Outliner dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Turbo Outliner Turbo Outliner
ID iodgmdnioenechbmenajalhpadghigfa
URL Resmi https://chromewebstore.google.com/detail/turbo-outliner/iodgmdnioenechbmenajalhpadghigfa
Deskripsi Most accurate web article table of contents generator!
Ukuran File 16.94 KB
Jumlah Instalasi 773
Versi Saat Ini 0.0.5
Terakhir Diperbarui 2017-02-22
Tanggal Publikasi 2017-02-21
Penilaian 3.56/5 Total 16 Penilaian
Pengembang ShuoWu
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}