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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This app improves your search experience by combining Google search results with informative responses generated by ChatGPT."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ChatGPT for Web Search Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
'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 |
आधिकारिक URL | 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\/*" ] } ] } |