Turbo Outliner

Most accurate web article table of contents generator!

Turbo Outlinerคืออะไร?

Turbo Outliner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ShuoWu และคุณลักษณะหลักของมันคือ "Most accurate web article table of contents generator!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Turbo Outliner

ดาวน์โหลดไฟล์ส่วนขยาย Turbo Outliner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Turbo Outliner Turbo Outliner
ID iodgmdnioenechbmenajalhpadghigfa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/turbo-outliner/iodgmdnioenechbmenajalhpadghigfa
คำอธิบาย Most accurate web article table of contents generator!
ขนาดไฟล์ 16.94 KB
จำนวนการติดตั้ง 773
เวอร์ชันปัจจุบัน 0.0.5
อัปเดตครั้งล่าสุด 2017-02-22
วันที่เผยแพร่ 2017-02-21
คะแนน 3.56/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา ShuoWu
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
        }
    ]
}