GPTAnywhere
Super Easy access to ChatGPT with a simple Chrome-Extension
Cos'è GPTAnywhere?
GPTAnywhere è 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 GPTAnywhere
Scarica i file di estensione GPTAnywhere 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
GPTAnywhere is a simple Chrome-Extension which allows you to access the ChatGPT with a simple Popup. Its a very usefull tool for all people who often use the ChatGPT. Informazioni di Base sull'Estensione
| Nome | |
| ID | pklibapjplkpanekidgnckgjablljhni |
| URL Ufficiale | https://chromewebstore.google.com/detail/gptanywhere/pklibapjplkpanekidgnckgjablljhni |
| Descrizione | Super Easy access to ChatGPT with a simple Chrome-Extension |
| Dimensione del File | 516 KB |
| Conteggio Installazioni | 5,000 |
| Versione Corrente | 1.0.2 |
| Ultimo Aggiornamento | 2022-12-16 |
| Data di Pubblicazione | 2022-12-16 |
| Valutazione | 4.17/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": "GPTAnywhere",
"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"
}
} | |