Pollux
Summarize and explain: instant processing of selected text with GPT while browsing.
Was ist Pollux?
Pollux ist eine Chrome-Erweiterung, die von juandetodev entwickelt wurde, und ihr Hauptmerkmal ist "Summarize and explain: instant processing of selected text with GPT while browsing.".
Erweiterungsscreenshots
Pollux-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pollux-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pfnjnoljecfpnjenjijncmdgmpmhnfhb |
| Offizielle URL | https://chromewebstore.google.com/detail/pollux/pfnjnoljecfpnjenjijncmdgmpmhnfhb |
| Beschreibung | Summarize and explain: instant processing of selected text with GPT while browsing. |
| Dateigröße | 102 KB |
| Installationsanzahl | 34 |
| Aktuelle Version | 1.1.1 |
| Letztes Update | 2023-04-05 |
| Veröffentlichungsdatum | 2023-04-01 |
| Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
| Entwickler | juandetodev |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.youtube.com/channel/UC7nt5CZRwWMF_1EKYI2-0Xg |
| Unterstützte Sprachen | 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
} | |