TabTamer
An AI-powered Chrome extension that groups your tabs intelligently based on a prompt.
TabTamerคืออะไร?
TabTamer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://prateeksurana.me และคุณลักษณะหลักของมันคือ "An AI-powered Chrome extension that groups your tabs intelligently based on a prompt."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TabTamer
ดาวน์โหลดไฟล์ส่วนขยาย TabTamer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This chrome extension lets you group tabs based on a simple prompt with the help of OpenAI’s GPT-3. Disclaimer: To use this extension you would need to add your own API key, for which the instructions have been added when you first install the extension. The API key is safely stored in your browser's memory and never leaves your browser apart from making request to the OpenAI API.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TabTamer |
ID | nocccdpimiknfehopnbldcgiipebjjpj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tabtamer/nocccdpimiknfehopnbldcgiipebjjpj |
คำอธิบาย | An AI-powered Chrome extension that groups your tabs intelligently based on a prompt. |
ขนาดไฟล์ | 15.54 KB |
จำนวนการติดตั้ง | 67 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2023-04-02 |
วันที่เผยแพร่ | 2023-04-01 |
คะแนน | 2.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://prateeksurana.me |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TabTamer", "description": "An AI-powered Chrome extension that groups your tabs intelligently based on a prompt.", "version": "1.0", "permissions": [ "tabs", "tabGroups", "storage" ], "icons": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png", "256": "icons\/256x256.png" }, "action": { "default_popup": "popup.html", "default_title": "TabTamer", "default_icon": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png", "256": "icons\/256x256.png" } } } |