Hey ChatGPT Explain This
Highlight unknown sentence, and let's ChatGPT explain to you
Cos'è Hey ChatGPT Explain This?
Hey ChatGPT Explain This è un'estensione di Chrome sviluppata da qaz7821819, e la sua funzione principale è "Highlight unknown sentence, and let's ChatGPT explain to you".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hey ChatGPT Explain This
Scarica i file di estensione Hey ChatGPT Explain This 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
A Chrome extension (manifest v3) that uses ChatGPT to explain highlighted text. The usage is same as google translation extension This extension is open source: https://gitlab.com/warren30815/hey_chatgpt_explain_this
Informazioni di Base sull'Estensione
Nome | Hey ChatGPT Explain This |
ID | ncockfahljbgijljglbmmagefbdheofd |
URL Ufficiale | https://chromewebstore.google.com/detail/hey-chatgpt-explain-this/ncockfahljbgijljglbmmagefbdheofd |
Descrizione | Highlight unknown sentence, and let's ChatGPT explain to you |
Dimensione del File | 37.7 KB |
Conteggio Installazioni | 61 |
Versione Corrente | 0.0.7 |
Ultimo Aggiornamento | 2023-02-28 |
Data di Pubblicazione | 2023-01-30 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | qaz7821819 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.linkedin.com/in/%E7%AB%A3%E7%BF%94-%E8%A8%B1-3188a41a1/ |
URL della Pagina di Aiuto | https://www.linkedin.com/in/%E7%AB%A3%E7%BF%94-%E8%A8%B1-3188a41a1/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hey ChatGPT Explain This", "description": "Highlight unknown sentence, and let's ChatGPT explain to you", "version": "0.0.7", "icons": { "16": "src\/pages\/assets\/logo-16.png", "48": "src\/pages\/assets\/logo-48.png", "128": "src\/pages\/assets\/logo-128.png" }, "action": { "default_title": "Explain this", "default_icon": "src\/pages\/assets\/logo-16.png", "default_popup": "src\/pages\/popup\/index.html" }, "permissions": [ "storage", "contextMenus" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "src\/pages\/background\/index.js" }, "content_scripts": [ { "js": [ "src\/pages\/content\/index.js" ], "matches": [ "https:\/\/*\/*" ] } ] } |