TabGroups

Provides organisational control over related tabs

TabGroupsคืออะไร?

TabGroups เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Peter Mareš และคุณลักษณะหลักของมันคือ "Provides organisational control over related tabs"

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

screenshot
screenshot

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

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

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

                        A Google Chrome extension that gives you organisational control over your related browser tabs

Features

The extension gives you the following options to manage your tabs:

Current window

- Sort your tabs based on the page's url host. For example, this will group all your YouTube tabs together. (Sorting is ascending)

- Move all similar tabs (to the current page) in the current window to a new window.

- Close all similar tabs (to the current page) in the current window.


All windows

- Move all similar tabs (to the current page) from all windows to a new window.
- Close all similar tabs (to the current page) from all windows                    

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

ชื่อ TabGroups TabGroups
ID hfdbgapillniicojjolojgafipcjkeji
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabgroups/hfdbgapillniicojjolojgafipcjkeji
คำอธิบาย Provides organisational control over related tabs
ขนาดไฟล์ 14.71 KB
จำนวนการติดตั้ง 113
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2014-06-19
วันที่เผยแพร่ 2014-06-18
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Peter Mareš
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabGroups",
    "description": "Provides organisational control over related tabs",
    "version": "0.1.0",
    "author": "Peter Mares",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "menuhandler.js"
        ]
    }
}

ส่วนขยายที่เกี่ยวข้อง