TabTree

Sort your tabs and show them as a tree.

TabTreeคืออะไร?

TabTree เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TreeHugger และคุณลักษณะหลักของมันคือ "Sort your tabs and show them as a tree."

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

screenshot

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

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

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

                        Your browser was a mess. You had too many tabs. Now, click a button, and view your tabs sorted, grouped, as a tree. Find what you need easier. Close what you don't need in batch. It's simple, and you'll be surprised how much it helps.                    

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

ชื่อ TabTree TabTree
ID lhjaemlbbmojcmfcljjmbamecahgdlkp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabtree/lhjaemlbbmojcmfcljjmbamecahgdlkp
คำอธิบาย Sort your tabs and show them as a tree.
ขนาดไฟล์ 120 KB
จำนวนการติดตั้ง 1,082
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2015-07-29
วันที่เผยแพร่ 2015-07-28
คะแนน 3.75/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา TreeHugger
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabTree",
    "description": "Sort your tabs and show them as a tree.",
    "version": "1.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "tree-icon-48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "tree-icon-16.png",
        "32": "tree-icon-32.png",
        "48": "tree-icon-48.png",
        "128": "tree-icon-128.png"
    }
}