ChatGPT for Web Search Tab
This app improves your search experience by combining Google search results with informative responses generated by ChatGPT.
什麼是ChatGPT for Web Search Tab?
ChatGPT for Web Search Tab是由https://websearchtab.com開發的Chrome擴展程式,該擴展的主要功能是“This app improves your search experience by combining Google search results with informative responses generated by ChatGPT.”。
擴展截圖
下載ChatGPT for Web Search Tab擴展crx文件
下載ChatGPT for Web Search Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
'The new tab has ChatGPT experiences integrated into Google search results. This powerful application enhances your search experience by combining the search results from Google with insightful responses generated by ChatGPT. With ChatGPT for Web Search, you can dive into six different categories Web, images, video, news, torrents, and subtitles - all from a single application screen. The search results are conveniently displayed using the websearchtab.com site, leveraging Google's robust infrastructure. The application's functionality is visually demonstrated in accompanying images, providing a clear understanding of its features and usage. Should you encounter any issues, feel free to reach out to us at [email protected]
擴展基本資訊
名稱 | ChatGPT for Web Search Tab |
ID | dhncdpndppkbcihedmkjbnmkdngalmkh |
官方網址 | https://chromewebstore.google.com/detail/chatgpt-for-web-search-ta/dhncdpndppkbcihedmkjbnmkdngalmkh |
簡介 | This app improves your search experience by combining Google search results with informative responses generated by ChatGPT. |
檔案大小 | 2.06 MB |
安裝次數 | 10,000 |
目前版本 | 1.6 |
更新時間 | 2023-08-30 |
上架時間 | 2023-08-07 |
評分 | 3.67/5 共 3 次評分 |
開發者 | https://websearchtab.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://websearchtab.com |
說明頁面URL | https://websearchtab.com/pages/contact-us |
隱私政策頁面URL | https://websearchtab.com/pages/privacy-policy |
支援的語言 | id,ms,de,en,fil,fr,sw,nl,tr,ca,da,et,es,hr,it,lv,hu,pl,ro,sk,sl,fi,cs,el,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "short_name": "websearchtab", "version": "1.6", "default_locale": "en", "description": "__MSG_appDesc__", "background": { "service_worker": "background.js" }, "icons": { "128": "images\/128.png" }, "action": { "browser_style": false, "default_icon": { "128": "images\/128.png" }, "default_title": "Web Search Tab - Web Search System" }, "chrome_url_overrides": { "newtab": "websearchtab.html" }, "sandbox": { "pages": [ "websearchtab.html" ] }, "content_scripts": [ { "matches": [ "https:\/\/websearchtab.com\/*" ], "css": [ "websearchtab_files\/css2.css", "websearchtab_files\/main.css", "websearchtab_files\/styles.css" ], "js": [ "websearchtab_files\/vendor.js", "popup.js" ] } ], "web_accessible_resources": [ { "resources": [ "websearchtab.html" ], "matches": [ "https:\/\/websearchtab.com\/*" ] } ] } |