Auto Tab Group
This extension will automatically group tabs by domain if a group already exists with only that domain in the group.
Auto Tab Groupคืออะไร?
Auto Tab Group เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ron.troyer และคุณลักษณะหลักของมันคือ "This extension will automatically group tabs by domain if a group already exists with only that domain in the group."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Tab Group
ดาวน์โหลดไฟล์ส่วนขยาย Auto Tab Group ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Auto Tab Group will automatically group any new tab created to any tab group you've already created that only has a single domain in it. This helps keep your tabs organized automatically!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Auto Tab Group |
ID | fegfjeilahnhmeeiaagmdnnmenefpgld |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/auto-tab-group/fegfjeilahnhmeeiaagmdnnmenefpgld |
คำอธิบาย | This extension will automatically group tabs by domain if a group already exists with only that domain in the group. |
ขนาดไฟล์ | 15.59 KB |
จำนวนการติดตั้ง | 10 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2021-05-10 |
วันที่เผยแพร่ | 2021-03-18 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | ron.troyer |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/j0be/AutoTabGroup |
URL หน้าช่วยเหลือ | https://github.com/j0be/AutoTabGroup |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Tab Group", "description": "This extension will automatically group tabs by domain if a group already exists with only that domain in the group.", "version": "1.4", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "tabGroups" ], "icons": { "16": "\/16x16.png", "32": "\/32x32.png", "48": "\/48x48.png", "128": "\/128x128.png" } } |