ChatGPT Sidebar
A Chrome extension that creates a sidebar for ChatGPT
Qu'est-ce que ChatGPT Sidebar ?
ChatGPT Sidebar est une extension Chrome développée par ankh.dev.io, et sa fonction principale est "A Chrome extension that creates a sidebar for ChatGPT".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ChatGPT Sidebar
Téléchargez les fichiers d'extension ChatGPT Sidebar 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
Integrate ChatGPT within a handy sidebar (great for users that have a single monitor!). Allows you to interact with ChatGPT while browsing any page, eliminating the hassle of toggling between tabs. Access via the extension action icon!
Informations de Base sur l'Extension
Nom | ChatGPT Sidebar |
ID | llbhbmemofnidifkpffglhipkjdbgghf |
URL Officiel | https://chromewebstore.google.com/detail/chatgpt-sidebar/llbhbmemofnidifkpffglhipkjdbgghf |
Description | A Chrome extension that creates a sidebar for ChatGPT |
Taille du Fichier | 17.08 KB |
Nombre d'Installations | 58 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2023-10-13 |
Date de Publication | 2023-09-29 |
Évaluation | 2.00/5 Total 1 Évaluations |
Développeur | ankh.dev.io |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT Sidebar", "version": "0.0.1", "description": "A Chrome extension that creates a sidebar for ChatGPT", "permissions": [ "sidePanel" ], "background": { "service_worker": "background.js" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "side_panel": { "default_path": "sidepanel.html" }, "action": { "default_title": "ChatGPT Sidebar" }, "host_permissions": [ "https:\/\/*.openai.com\/" ] } |