Turbo Outliner

Most accurate web article table of contents generator!

Turbo Outliner là gì?

Turbo Outliner là một tiện ích mở rộng Chrome được phát triển bởi ShuoWu, và tính năng chính của nó là "Most accurate web article table of contents generator!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Turbo Outliner

Tải xuống các tệp mở rộng Turbo Outliner dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Turbo Outliner Turbo Outliner
ID iodgmdnioenechbmenajalhpadghigfa
URL Chính Thức https://chromewebstore.google.com/detail/turbo-outliner/iodgmdnioenechbmenajalhpadghigfa
Mô tả Most accurate web article table of contents generator!
Kích Thước Tệp 16.94 KB
Số Lần Cài Đặt 773
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2017-02-22
Ngày Phát Hành 2017-02-21
Đánh Giá 3.56/5 Tổng số 16 Đánh Giá
Nhà Phát Triển ShuoWu
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}