Tab Group Manager
Tab Group Manager exends the native Tab Groups in Chrome letting you store, sync and resume them anytime and anywhere.
Tab Group Managerคืออะไร?
Tab Group Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eiji Kitamura และคุณลักษณะหลักของมันคือ "Tab Group Manager exends the native Tab Groups in Chrome letting you store, sync and resume them anytime and anywhere."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Group Manager
ดาวน์โหลดไฟล์ส่วนขยาย Tab Group Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tab Group Manager extension automatically stores the tab groups you create as a bookmark group so you can sync and restore them anytime and anywhere you want. Tab groups are stored under a bookmark folder `Other Bookmarks > Tab Group Manager`. Everytime you open a new tab, close an opened tab or navigate a tab to a new page in the tab group, the stored bookmark gets updated, so they are always in sync. * To change the group name, change the tab group name on Chrome. * To change the group color, change the tab group color on Chrome. * Closing an opened tab in a tab group on Chrome gets automatically synced, but you can also click on a close icon beside the tab in the Tab Group Manager to have the same effect. * Closing an opened tab group on Chrome leaves the group left in the Tab Group Manager, but you can also click on a close icon beside the tab group in the Tab Group Manager to have the same effect. * Remove a stored tab group from Tab Group Manager just by clicking on the trash bin icon beside the tab group. * Quickly search through the stored tab groups and tabs in the Tab Groups Manager using the search bar at the top. * When a tab group stored in Tab Group Manager is out of sync with Chrome's, click on the reload icon at the top right corner of the Tab Group Manager to force resync. Tips: * To open a tab group in a new window, click the tab group with "Shift" key in the Tab Group Manager. * To open a tab group without focusing on the opened tab, click the tab group with "Option" key on Mac or "Windows" key on Windows in the Tab Group Manager.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tab Group Manager |
ID | hhigfakblmebndknkifipceedofihfbb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tab-group-manager/hhigfakblmebndknkifipceedofihfbb |
คำอธิบาย | Tab Group Manager exends the native Tab Groups in Chrome letting you store, sync and resume them anytime and anywhere. |
ขนาดไฟล์ | 102 KB |
จำนวนการติดตั้ง | 3,286 |
เวอร์ชันปัจจุบัน | 0.8.3 |
อัปเดตครั้งล่าสุด | 2023-01-10 |
วันที่เผยแพร่ | 2021-05-17 |
คะแนน | 4.29/5 รวมทั้งหมด 21 คะแนน |
ผู้พัฒนา | Eiji Kitamura |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Group Manager", "short_name": "TGM", "description": "__MSG_description__", "manifest_version": 3, "version": "0.8.3", "icons": { "48": "img\/48.png", "128": "img\/128.png" }, "permissions": [ "bookmarks", "storage", "tabs", "tabGroups" ], "content_security_policy": { "extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com; font-src 'self' https:\/\/fonts.gstatic.com; img-src 'self' data: *;" }, "default_locale": "en", "background": { "service_worker": "sw.js" }, "minimum_chrome_version": "91", "action": { "default_icon": "img\/48.png", "default_title": "Tab Group Manager", "default_popup": "app.html" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+P", "mac": "MacCtrl+P" } } } } |