TabTree

The tabs you open can be displayed in a vertical row for quick search. 可以竖排显示您所打开的标签, 方便您快速查找.

TabTreeคืออะไร?

TabTree เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zapll และคุณลักษณะหลักของมันคือ "The tabs you open can be displayed in a vertical row for quick search. 可以竖排显示您所打开的标签, 方便您快速查找."

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

screenshot
screenshot

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

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

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

                        TabTree s a tab vertical display extension that allows you to display tabs vertically on the side, making it easier and faster to browse multiple tabs.

When you open multiple tabs, the usual way is to use the scroll bar to view and switch tabs, which can easily cause confusion and frustration. TabTree solves this problem by arranging all open tabs in a vertical format, allowing you to see all tabs at a glance and quickly switch to any tab.

In conclusion, TabTree is a very practical Chrome extension that allows you to browse multiple tabs more efficiently and improve your browsing experience.

TabTee 扩展,它可以把标签页以竖排的方式显示在侧边,使得您可以更加方便、快捷地浏览多个标签页。

当您打开多个标签页时,通常的做法是使用滚动条来查看和切换标签页,这样很容易造成混乱和困扰。TabTree 解决了这个问题,它可以把所有打开的标签页以竖排的方式排列,使得您可以一目了然地看到所有的标签页,并快速地切换到任意一个标签页。

总之,TabTree 是一款非常实用的 chrome 扩展,它可以让您更加高效地浏览多个标签页,并让您的浏览体验变得更加愉快。                    

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

ชื่อ TabTree TabTree
ID jdgiekijmclfeadfhhlgakballpepbgf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabtree/jdgiekijmclfeadfhhlgakballpepbgf
คำอธิบาย The tabs you open can be displayed in a vertical row for quick search. 可以竖排显示您所打开的标签, 方便您快速查找.
ขนาดไฟล์ 163 KB
จำนวนการติดตั้ง 351
เวอร์ชันปัจจุบัน 1.1.3
อัปเดตครั้งล่าสุด 2023-01-24
วันที่เผยแพร่ 2022-12-11
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา zapll
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TabTree",
    "description": "The tabs you open can be displayed in a vertical row for quick search. \u53ef\u4ee5\u7ad6\u6392\u663e\u793a\u60a8\u6240\u6253\u5f00\u7684\u6807\u7b7e, \u65b9\u4fbf\u60a8\u5feb\u901f\u67e5\u627e.",
    "version": "1.1.3",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "options_page": "src\/options\/index.html",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        }
    },
    "permissions": [
        "tabs",
        "system.display",
        "storage",
        "bookmarks",
        "history",
        "favicon"
    ],
    "default_locale": "en"
}