ChatGPT Chrome Extension
Super Easy access to ChatGPT with a simple Chrome-Extension
Qu'est-ce que ChatGPT Chrome Extension ?
ChatGPT Chrome Extension 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
Télécharger le fichier CRX de l'extension ChatGPT Chrome Extension
Téléchargez les fichiers d'extension ChatGPT Chrome Extension 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
Mithilfe dieser Chrome-Extension können Nutzer ganz einfach auf die ChatGPT von OpenAI mit Hilfe eins Popups zugreifen.
Informations de Base sur l'Extension
Nom | ChatGPT Chrome Extension |
ID | gedcfcpmliihckglmjcmmlagobdbbiae |
URL Officiel | https://chromewebstore.google.com/detail/chatgpt-chrome-extension/gedcfcpmliihckglmjcmmlagobdbbiae |
Description | Super Easy access to ChatGPT with a simple Chrome-Extension |
Taille du Fichier | 516 KB |
Nombre d'Installations | 2,091 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2022-12-15 |
Date de Publication | 2022-12-14 |
Évaluation | 3.67/5 Total 6 Évaluations |
Développeur | GPTAnywhere |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChatGPT Chrome Extension", "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" } } |