ChatGPT for Web Search Tab

This app improves your search experience by combining Google search results with informative responses generated by ChatGPT.

Qu'est-ce que ChatGPT for Web Search Tab ?

ChatGPT for Web Search Tab est une extension Chrome développée par https://websearchtab.com, et sa fonction principale est "This app improves your search experience by combining Google search results with informative responses generated by ChatGPT.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ChatGPT for Web Search Tab

Téléchargez les fichiers d'extension ChatGPT for Web Search Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        '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]                    

Informations de Base sur l'Extension

Nom ChatGPT for Web Search Tab ChatGPT for Web Search Tab
ID dhncdpndppkbcihedmkjbnmkdngalmkh
URL Officiel https://chromewebstore.google.com/detail/chatgpt-for-web-search-ta/dhncdpndppkbcihedmkjbnmkdngalmkh
Description This app improves your search experience by combining Google search results with informative responses generated by ChatGPT.
Taille du Fichier 2.06 MB
Nombre d'Installations 10,000
Version Actuelle 1.6
Dernière Mise à Jour 2023-08-30
Date de Publication 2023-08-07
Évaluation 3.67/5 Total 3 Évaluations
Développeur https://websearchtab.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://websearchtab.com
URL de la Page d'Aide https://websearchtab.com/pages/contact-us
URL de la Page de Politique de Confidentialité https://websearchtab.com/pages/privacy-policy
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}