Pollux
Summarize and explain: instant processing of selected text with GPT while browsing.
Cos'è Pollux?
Pollux è un'estensione di Chrome sviluppata da juandetodev, e la sua funzione principale è "Summarize and explain: instant processing of selected text with GPT while browsing.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pollux
Scarica i file di estensione Pollux 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
Enhance your browsing experience with GPT-powered text summarization and explanation. With this Chrome extension, you can easily summarize or explain selected text by simply right-clicking on it. Get quick, accurate summaries and explanations to help you understand and digest information faster than ever before.
Check our youtube channel!
https://www.youtube.com/channel/UC7nt5CZRwWMF_1EKYI2-0Xg Informazioni di Base sull'Estensione
| Nome | |
| ID | pfnjnoljecfpnjenjijncmdgmpmhnfhb |
| URL Ufficiale | https://chromewebstore.google.com/detail/pollux/pfnjnoljecfpnjenjijncmdgmpmhnfhb |
| Descrizione | Summarize and explain: instant processing of selected text with GPT while browsing. |
| Dimensione del File | 102 KB |
| Conteggio Installazioni | 34 |
| Versione Corrente | 1.1.1 |
| Ultimo Aggiornamento | 2023-04-05 |
| Data di Pubblicazione | 2023-04-01 |
| Valutazione | 5.00/5 Totale 6 Valutazioni |
| Sviluppatore | juandetodev |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.youtube.com/channel/UC7nt5CZRwWMF_1EKYI2-0Xg |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pollux",
"version": "1.1.1",
"description": "Summarize and explain: instant processing of selected text with GPT while browsing.",
"permissions": [
"contextMenus"
],
"icons": {
"16": ".\/assets\/magic-wand.png",
"32": ".\/assets\/magic-wand.png",
"48": ".\/assets\/magic-wand.png",
"128": ".\/assets\/magic-wand.png"
},
"background": {
"service_worker": ".\/src\/background.js"
},
"action": {
"default_popup": "popup.html"
},
"manifest_version": 3
} | |