AI Genie | ChatGPT New Tab
Replace your new tab with ChatGPT for quicker access.
AI Genie | ChatGPT New Tabคืออะไร?
AI Genie | ChatGPT New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://startab.io และคุณลักษณะหลักของมันคือ "Replace your new tab with ChatGPT for quicker access."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AI Genie | ChatGPT New Tab
ดาวน์โหลดไฟล์ส่วนขยาย AI Genie | ChatGPT New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Replace your new tab with ChatGPT. Introducing AI Genie: Your Personal AI Assistant powered by ChatGPT. With AI Genie, you can easily communicate with a large language model trained by OpenAI, all from the convenience of your new tab in Chrome. Simply ask AI Genie any question, and get a knowledgeable and helpful response. Benefits: - Get instant answers to your questions - Increase your productivity with AI assistance - Improve your knowledge on a wide range of topics - Easy to use on your new tab Features: - Natural language processing for easy and intuitive communication - Knowledgeable and helpful responses on a wide range of topics - Easy to use on your new tab - Try AI Genie now and experience the power of AI assistance, all from the convenience of your new tab in Chrome.”
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hkcdeggpdompbefhfolghlfgmpnapogh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ai-genie-chatgpt-new-tab/hkcdeggpdompbefhfolghlfgmpnapogh |
คำอธิบาย | Replace your new tab with ChatGPT for quicker access. |
ขนาดไฟล์ | 66.16 KB |
จำนวนการติดตั้ง | 1,321 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2023-04-27 |
วันที่เผยแพร่ | 2022-12-29 |
คะแนน | 4.50/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://startab.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://startab.io/ |
URL หน้าช่วยเหลือ | https://startab.io/support |
URL หน้านโยบายความเป็นส่วนตัว | https://startab.io/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AI Genie | ChatGPT New Tab", "version": "0.0.2", "description": "Replace your new tab with ChatGPT for quicker access.", "options_page": "src\/pages\/options\/index.html", "background": { "service_worker": "src\/pages\/background\/index.js" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-34.png" }, "chrome_url_overrides": { "newtab": "src\/pages\/newtab\/index.html" }, "icons": { "128": "icon-128.png" }, "permissions": [], "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "icon-128.png", "icon-34.png" ], "matches": [ "*:\/\/*\/*" ] } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnk8Cu62kkbYmb5VQRSSqlFvKrGW1IrlkFr2pHPBsgQP9bfDy62a20xBdewEfIz7PsXrGZpI7LcV36lAFNTpDi35UJqMFyYW3JQoqCKiFhRxSxOxO3mYTEZZ9mNw2nG9FyH86ewwAPSW5j6k+4COD0lfi7VAJP6CB02j9mHyS4LEhgXFVCO7tC82Dz62qK5RR3\/1rdibQ9bcK5dpqte7j04eUULx1\/0Cj9jN4JkNkVes2m+2r2UxVAauqf8EKF0ncK+TLkKuYXST3brOxfIhWru3ZGh++7d9i1RPHqCpIdLZNQ6OvFJmW8ul\/IBXp34SbDPRU7jQd\/QmoW03yNhLawQIDAQAB" } |