GPTAnywhere

Super Easy access to ChatGPT with a simple Chrome-Extension

Qu'est-ce que GPTAnywhere ?

GPTAnywhere est une extension Chrome développée par GPTAnywhere, et sa fonction principale est "Super Easy access to ChatGPT with a simple Chrome-Extension".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GPTAnywhere

Téléchargez les fichiers d'extension GPTAnywhere 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

                        GPTAnywhere is a simple Chrome-Extension which allows you to access the ChatGPT with a simple Popup. Its a very usefull tool for all people who often use the ChatGPT.                    

Informations de Base sur l'Extension

Nom GPTAnywhere GPTAnywhere
ID pklibapjplkpanekidgnckgjablljhni
URL Officiel https://chromewebstore.google.com/detail/gptanywhere/pklibapjplkpanekidgnckgjablljhni
Description Super Easy access to ChatGPT with a simple Chrome-Extension
Taille du Fichier 516 KB
Nombre d'Installations 5,000
Version Actuelle 1.0.2
Dernière Mise à Jour 2022-12-16
Date de Publication 2022-12-16
Évaluation 4.17/5 Total 6 Évaluations
Développeur GPTAnywhere
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GPTAnywhere",
    "description": "Super Easy access to ChatGPT with a simple Chrome-Extension",
    "version": "1.0.2",
    "manifest_version": 3,
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "action": {
        "default_popup": "frontend\/index.html"
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ],
    "background": {
        "service_worker": "background\/index.js"
    }
}