Tab Group

Organize your tabs

Tab Groupคืออะไร?

Tab Group เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Organize your tabs"

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

screenshot
screenshot

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

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

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

                        Tab Group allows users to create groupings of links/urls/internet pages. Users can easily create new groupings by entering a name and description for the group and adding links to them. They can also pull all the links from currently opened tabs. Users can choose to open the items within the indicated grouping all at once in different tabs. Very useful when opening the browser depending on specific purposes (groups can contain things you might want to differentiate ie: fun and games, work, coding, readings, art history class, trip planning).                    

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

ชื่อ Tab Group Tab Group
ID fdagimofkjchlmpjdgafapdkhdejfgfj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-group/fdagimofkjchlmpjdgafapdkhdejfgfj
คำอธิบาย Organize your tabs
ขนาดไฟล์ 15.1 KB
จำนวนการติดตั้ง 83
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2014-10-17
วันที่เผยแพร่ 2014-10-17
คะแนน 2.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/JessicaFu/TabGroup
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Group",
    "version": "1.1",
    "description": "Organize your tabs",
    "browser_action": {
        "default_icon": "images\/new_directory.png",
        "default_popup": "tabGroups.html"
    },
    "permissions": [
        "tabs"
    ]
}