Group Tab AI extension
Is a browser extension that uses advanced AI technology powered by ChatGPT to group your browser tabs into logical categories.
Group Tab AI extensionคืออะไร?
Group Tab AI extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zhixuan และคุณลักษณะหลักของมันคือ "Is a browser extension that uses advanced AI technology powered by ChatGPT to group your browser tabs into logical categories."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Group Tab AI extension
ดาวน์โหลดไฟล์ส่วนขยาย Group Tab AI extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Is a browser extension that uses advanced AI technology powered by ChatGPT to group your browser tabs into logical categories. GROUP WITH ONE PUSH You can set a shortcut for it. And group tabs.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Group Tab AI extension |
ID | dcmhfejmjaknfkhdgbekkmejemlpdijj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/group-tab-ai-extension/dcmhfejmjaknfkhdgbekkmejemlpdijj |
คำอธิบาย | Is a browser extension that uses advanced AI technology powered by ChatGPT to group your browser tabs into logical categories. |
ขนาดไฟล์ | 14.75 MB |
จำนวนการติดตั้ง | 155 |
เวอร์ชันปัจจุบัน | 1.4.2 |
อัปเดตครั้งล่าสุด | 2024-01-02 |
วันที่เผยแพร่ | 2023-04-11 |
คะแนน | 3.17/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | zhixuan |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" }, "default_popup": "popup.html" }, "version": "1.4.2", "author": "zhixuan2333", "name": "Group Tab AI extension", "description": "Is a browser extension that uses advanced AI technology powered by ChatGPT to group your browser tabs into logical categories.", "background": { "service_worker": "background.5fadff2f.js" }, "permissions": [ "storage", "tabs", "tabGroups" ], "web_accessible_resources": [ { "resources": [ "assets\/images\/*.png", "assets\/gif\/*.gif" ], "matches": [] } ], "host_permissions": [ "https:\/\/api.openai.com\/*\/*" ], "commands": { "all-tabs": { "suggested_key": { "default": "Alt+Q", "mac": "Alt+Q" }, "description": "Regrouping all tabs." }, "ungroup-all-tabs": { "suggested_key": { "default": "Alt+A", "mac": "Alt+A" }, "description": "Ungrouping all tabs." } } } |