Group Tabs By Domain
New tabs are automatically moved to the correct tab group. Additionaly you can ctrl + shift + left arrow to group all tabs.
Group Tabs By Domainคืออะไร?
Group Tabs By Domain เป็นส่วนขยายของ Chrome ที่พัฒนาโดย grouptabsbydomain และคุณลักษณะหลักของมันคือ "New tabs are automatically moved to the correct tab group. Additionaly you can ctrl + shift + left arrow to group all tabs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Group Tabs By Domain
ดาวน์โหลดไฟล์ส่วนขยาย Group Tabs By Domain ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Group all the tabs by domain/website url. This will help user to keep tabs organized. New tabs are automatically moved to the correct group. If no group is available then new group will be created. It groups all tabs by top level domain. group name will be GOOGLE for both below url(s). https://google.com https://docs.google.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Group Tabs By Domain |
ID | icmbnkmjhdapliaologdghjfpcmcimln |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/group-tabs-by-domain/icmbnkmjhdapliaologdghjfpcmcimln |
คำอธิบาย | New tabs are automatically moved to the correct tab group. Additionaly you can ctrl + shift + left arrow to group all tabs. |
ขนาดไฟล์ | 63.21 KB |
จำนวนการติดตั้ง | 3,084 |
เวอร์ชันปัจจุบัน | 0.0.0.1 |
อัปเดตครั้งล่าสุด | 2022-06-08 |
วันที่เผยแพร่ | 2022-06-08 |
คะแนน | 4.52/5 รวมทั้งหมด 31 คะแนน |
ผู้พัฒนา | grouptabsbydomain |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Group Tabs By Domain", "version": "0.0.0.1", "description": "New tabs are automatically moved to the correct tab group. Additionaly you can ctrl + shift + left arrow to group all tabs.", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_popup": "popup.html" }, "permissions": [ "tabGroups", "tabs" ], "background": { "service_worker": "service-worker.js" }, "commands": { "group-tabs-by-domain": { "suggested_key": { "default": "Ctrl+Shift+Left", "mac": "Command+Shift+Left" }, "description": "New tabs are automatically moved to the correct tab group. Additionaly you can ctrl + shift + left arrow to group all tabs." } } } |