AnsweritWow
Search and get quick answers from browser's search field using ChatGPT openAPI
AnsweritWowคืออะไร?
AnsweritWow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://answeritwow.com และคุณลักษณะหลักของมันคือ "Search and get quick answers from browser's search field using ChatGPT openAPI"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AnsweritWow
ดาวน์โหลดไฟล์ส่วนขยาย AnsweritWow ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A free and easy way to access ChatGPT openAPI. AnswerItWow is the best, quick, and free way to answer all your questions and search the web for any questions you may have. Just press g+tab in the omnibox (browser's search field) and enter your desired question, and you will get the answer instantly! Notice: This extension changes your Default Search in Chrome browser to Yahoo. Features: • Fast & secure answers by using g+tab shortcut as described above. • AnswerItWow gives you fast access to Chat GPT results. We strive to keep up with the fast-paced development of ChatGPT to bring you the best possible experience. How to use: • Install the AnswerItWow extension. • Now you can start a conversation with ChatGPT through the omnibox (browser's search field) by just pressing the shortcut g+tab. • You can also access the ChatGPT by pressing on the extension icon in the extensions section. • If you experience issues, please report a bug by contacting [email protected] By clicking on the 'Add to Chrome' button and installing AnswerItWow, you agree to install this extension and setting Chrome™ default search according to our Privacy Policy and Terms of Service. https://answeritwow.com/terms https://answeritwow.com/privacy https://answeritwow.com/about-us You may remove or disable this extension anytime.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AnsweritWow |
ID | kdalbfjkendenkpffjdamiklbcdbggbj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/answeritwow/kdalbfjkendenkpffjdamiklbcdbggbj |
คำอธิบาย | Search and get quick answers from browser's search field using ChatGPT openAPI |
ขนาดไฟล์ | 9.12 KB |
จำนวนการติดตั้ง | 1,090 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2023-09-20 |
วันที่เผยแพร่ | 2023-03-31 |
ผู้พัฒนา | https://answeritwow.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://answeritwow.com/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AnsweritWow", "description": "Search and get quick answers from browser's search field using ChatGPT openAPI", "version": "1.0.2", "manifest_version": 3, "background": { "service_worker": "scripts\/background.js", "type": "module" }, "omnibox": { "keyword": "g" }, "action": { "default_icon": "images\/icon-logo.png", "default_title": "AnsweritWow" }, "icons": { "16": "images\/icon-logo.png", "48": "images\/icon-logo.png", "128": "images\/icon-logo.png" }, "permissions": [ "cookies", "storage" ], "host_permissions": [ "*:\/\/answeritwow.com\/", "*:\/\/.answeritwow.com\/" ], "chrome_settings_overrides": { "search_provider": { "name": "AnsweritWow or press g+tab", "search_url": "https:\/\/feed.answeritwow.com\/?q={searchTerms}&publisherid=70853&barcodeid=70853003", "keyword": "answeritwow.com", "favicon_url": "https:\/\/answeritwow.com\/favicon.ico", "encoding": "UTF-8", "is_default": true } } } |