Pollux
Summarize and explain: instant processing of selected text with GPT while browsing.
Wat is Pollux?
Pollux is een Chrome-extensie ontwikkeld door juandetodev, en de belangrijkste functie is "Summarize and explain: instant processing of selected text with GPT while browsing.".
Extensie Screenshots
Download het CRX-bestand van de extensie Pollux
Download Pollux-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | pfnjnoljecfpnjenjijncmdgmpmhnfhb |
| Officiële URL | https://chromewebstore.google.com/detail/pollux/pfnjnoljecfpnjenjijncmdgmpmhnfhb |
| Beschrijving | Summarize and explain: instant processing of selected text with GPT while browsing. |
| Bestandsgrootte | 102 KB |
| Aantal Installaties | 34 |
| Huidige Versie | 1.1.1 |
| Laatst Bijgewerkt | 2023-04-05 |
| Publicatiedatum | 2023-04-01 |
| Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | juandetodev |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.youtube.com/channel/UC7nt5CZRwWMF_1EKYI2-0Xg |
| Ondersteunde Talen | 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
} | |