ChatGPT Chrome Extension
Super Easy access to ChatGPT with a simple Chrome-Extension
Cos'è ChatGPT Chrome Extension?
ChatGPT Chrome Extension è un'estensione di Chrome sviluppata da GPTAnywhere, e la sua funzione principale è "Super Easy access to ChatGPT with a simple Chrome-Extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ChatGPT Chrome Extension
Scarica i file di estensione ChatGPT Chrome Extension 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
Mithilfe dieser Chrome-Extension können Nutzer ganz einfach auf die ChatGPT von OpenAI mit Hilfe eins Popups zugreifen. Informazioni di Base sull'Estensione
| Nome | |
| ID | gedcfcpmliihckglmjcmmlagobdbbiae |
| URL Ufficiale | https://chromewebstore.google.com/detail/chatgpt-chrome-extension/gedcfcpmliihckglmjcmmlagobdbbiae |
| Descrizione | Super Easy access to ChatGPT with a simple Chrome-Extension |
| Dimensione del File | 516 KB |
| Conteggio Installazioni | 2,091 |
| Versione Corrente | 1.0.2 |
| Ultimo Aggiornamento | 2022-12-15 |
| Data di Pubblicazione | 2022-12-14 |
| Valutazione | 3.67/5 Totale 6 Valutazioni |
| Sviluppatore | GPTAnywhere |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |