Group Tabs
Groups tabs according to defined categories
Group Tabsคืออะไร?
Group Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hari Raghunathan และคุณลักษณะหลักของมันคือ "Groups tabs according to defined categories"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Group Tabs
ดาวน์โหลดไฟล์ส่วนขยาย Group Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Organize your browsing experience with this extension. Use this extension to sort all your current tabs based on categories into separate browser windows. Categorize frequently visited sites into buckets using the grouping table. Whenever you feel the need to reorganize your tabs, just hit the 'click to group' button and see the magic happen! The extension defines some initial sample grouping. Feel free to modify this with the +/- buttons and save the grouping after modifying. To search sites, or groups currently in the grouping, use the Filter box above the table to filter through the list.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Group Tabs |
ID | ggidhmcepheeclhipelplplfbgbholdf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/group-tabs/ggidhmcepheeclhipelplplfbgbholdf |
คำอธิบาย | Groups tabs according to defined categories |
ขนาดไฟล์ | 349 KB |
จำนวนการติดตั้ง | 144 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2014-10-29 |
วันที่เผยแพร่ | 2014-10-28 |
คะแนน | 3.80/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Hari Raghunathan |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Group Tabs", "version": "1.0", "description": "Groups tabs according to defined categories ", "icons": { "16": "group_tabs_16.png", "48": "group_tabs_48.png", "128": "group_tabs_128.png" }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "group_tabs_19.png", "default_popup": "popup.html", "default_title": "Group tabs" }, "manifest_version": 2 } |