ChatGPT Sidebar
A Chrome extension that creates a sidebar for ChatGPT
Cos'è ChatGPT Sidebar?
ChatGPT Sidebar è un'estensione di Chrome sviluppata da ankh.dev.io, e la sua funzione principale è "A Chrome extension that creates a sidebar for ChatGPT".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ChatGPT Sidebar
Scarica i file di estensione ChatGPT Sidebar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | ChatGPT Sidebar |
ID | llbhbmemofnidifkpffglhipkjdbgghf |
URL Ufficiale | https://chromewebstore.google.com/detail/chatgpt-sidebar/llbhbmemofnidifkpffglhipkjdbgghf |
Descrizione | A Chrome extension that creates a sidebar for ChatGPT |
Dimensione del File | 17.08 KB |
Conteggio Installazioni | 58 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2023-10-13 |
Data di Pubblicazione | 2023-09-29 |
Valutazione | 2.00/5 Totale 1 Valutazioni |
Sviluppatore | ankh.dev.io |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/" ] } |