ChatGPT Extension
This extension loads ChatGPT in the current tab, allowing you to use ChatGPT along your working session.
Qu'est-ce que ChatGPT Extension ?
ChatGPT Extension est une extension Chrome développée par Oliver N., et sa fonction principale est "This extension loads ChatGPT in the current tab, allowing you to use ChatGPT along your working session.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ChatGPT Extension
Téléchargez les fichiers d'extension ChatGPT 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
This extension loads ChatGPT in the current tab, allowing you to use ChatGPT along your working session. Simply click the extension icon in your browser toolbar to activate ChatGPT. ChatGPT is a powerful language model that uses deep learning to produce human-like responses to text input.
Informations de Base sur l'Extension
Nom | ChatGPT Extension |
ID | ehigecokdaejpecogfefhmoemlapfjko |
URL Officiel | https://chromewebstore.google.com/detail/chatgpt-extension/ehigecokdaejpecogfefhmoemlapfjko |
Description | This extension loads ChatGPT in the current tab, allowing you to use ChatGPT along your working session. |
Taille du Fichier | 281 KB |
Nombre d'Installations | 716 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2022-12-21 |
Date de Publication | 2022-12-21 |
Évaluation | 1.00/5 Total 2 Évaluations |
Développeur | Oliver N. |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/iOliverNguyen/chatgpt-box-extension |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": [], "background": { "service_worker": "background.js" }, "content_scripts": [ { "css": [ "content_script.css" ], "js": [ "content_script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "description": "This extension loads ChatGPT in the current tab, allowing you to use ChatGPT along your working session.", "host_permissions": [ "https:\/\/*\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "96": "icon96.png", "128": "icon128.png", "512": "icon512.png" }, "manifest_version": 3, "name": "ChatGPT Extension", "version": "0.1.0", "web_accessible_resources": [ { "extension_ids": [], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "assets\/*" ] } ] } |