Tab Groups
Organize your browser tabs into groups and access them quickly anywhere with a single click
Tab Groupsคืออะไร?
Tab Groups เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yuriy Husnay และคุณลักษณะหลักของมันคือ "Organize your browser tabs into groups and access them quickly anywhere with a single click"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Groups
ดาวน์โหลดไฟล์ส่วนขยาย Tab Groups ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Lets you create groups of frequently used tabs and synchronize saved tab groups between all your computers. Save all related tabs in a group and reopen when needed, whole group or one particular tab, in current window or make a fresh start in a new one.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tab Groups |
ID | hipnhfelcpeakkbodboaekadfleolnbi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tab-groups/hipnhfelcpeakkbodboaekadfleolnbi |
คำอธิบาย | Organize your browser tabs into groups and access them quickly anywhere with a single click |
ขนาดไฟล์ | 862 KB |
จำนวนการติดตั้ง | 2,549 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2018-11-02 |
วันที่เผยแพร่ | 2018-11-02 |
คะแนน | 3.30/5 รวมทั้งหมด 27 คะแนน |
ผู้พัฒนา | Yuriy Husnay |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.2.0", "description": "__MSG_extDescription__", "default_locale": "en", "icons": { "26": "assets\/app-icons\/icon-26.png", "48": "assets\/app-icons\/icon-48.png", "64": "assets\/app-icons\/icon-64.png", "128": "assets\/app-icons\/icon-128.png" }, "browser_action": { "default_icon": { "16": "assets\/icons\/icon-16.png", "19": "assets\/icons\/icon-19.png", "24": "assets\/icons\/icon-24.png", "32": "assets\/icons\/icon-32.png", "38": "assets\/icons\/icon-38.png", "48": "assets\/icons\/icon-48.png", "128": "assets\/icons\/icon-128.png" }, "default_popup": "index.html" }, "permissions": [ "storage", "tabs" ], "offline_enabled": true, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |