Easy Tab Clusters

Extension to cluster tabs with the same root URL.

Easy Tab Clustersคืออะไร?

Easy Tab Clusters เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hao Fu และคุณลักษณะหลักของมันคือ "Extension to cluster tabs with the same root URL."

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

screenshot

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

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

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

                        Cluster tabs with the same root URL.
    - Display a window shows all the active tabs.
    - All the tabs are categorized by their root URL.
    - Links to all tabs under each category for fast access.

Updates:
    - v1.8: small change to  image
    - v1.7: new UI style
    - v1.6: updated new icons sets
    - v1.5: bug fix, active and highlighted tabs can't be closed
    - v1.4: bug fix, UI freeze after last active tab is closed (lose context)
    - v1.3: added close tab option

It's a open source project. Source code: https://github.com/solosodium/TabCluster                    

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

ชื่อ Easy Tab Clusters Easy Tab Clusters
ID boldbncpcgbpchbnoaciegjkgjabdkhg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easy-tab-clusters/boldbncpcgbpchbnoaciegjkgjabdkhg
คำอธิบาย Extension to cluster tabs with the same root URL.
ขนาดไฟล์ 61.24 KB
จำนวนการติดตั้ง 103
เวอร์ชันปัจจุบัน 1.8
อัปเดตครั้งล่าสุด 2018-08-26
วันที่เผยแพร่ 2018-08-25
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Hao Fu
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Tab Clusters",
    "description": "Extension to cluster tabs with the same root URL.",
    "version": "1.8",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "list.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}