ChatGPT Toolbar
Quick actions for ChatGPT
Cos'è ChatGPT Toolbar?
ChatGPT Toolbar è un'estensione di Chrome sviluppata da amtsh, e la sua funzione principale è "Quick actions for ChatGPT".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ChatGPT Toolbar
Scarica i file di estensione ChatGPT Toolbar 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
Quick actions in Chat GPT website like Shorten, Expand, Rephrase, Summarise, Professional-ize, Casual-ize, Explain, Counter-argument, Humor-ize etc
Informazioni di Base sull'Estensione
Nome | ChatGPT Toolbar |
ID | ekkdjklblbjpmdgjckcdielhfhgbdlbf |
URL Ufficiale | https://chromewebstore.google.com/detail/chatgpt-toolbar/ekkdjklblbjpmdgjckcdielhfhgbdlbf |
Descrizione | Quick actions for ChatGPT |
Dimensione del File | 6.88 KB |
Conteggio Installazioni | 2,797 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2022-12-25 |
Data di Pubblicazione | 2022-12-25 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | amtsh |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://chatgpttoolbar.io/help |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.0", "name": "ChatGPT Toolbar", "description": "Quick actions for ChatGPT", "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/chat" ], "js": [ "content.js" ] } ], "action": { "default_icon": "icon128.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |