Pollux
Summarize and explain: instant processing of selected text with GPT while browsing.
Hvad er Pollux?
Pollux er en Chrome-udvidelse udviklet af juandetodev, og dens hovedfunktion er "Summarize and explain: instant processing of selected text with GPT while browsing.".
Udvidelsesskærmbilleder
Download Pollux-udvidelses-CRX-fil
Download Pollux-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Pollux |
ID | pfnjnoljecfpnjenjijncmdgmpmhnfhb |
Officiel URL | https://chromewebstore.google.com/detail/pollux/pfnjnoljecfpnjenjijncmdgmpmhnfhb |
Beskrivelse | Summarize and explain: instant processing of selected text with GPT while browsing. |
Filstørrelse | 102 KB |
Antal Installationer | 34 |
Nuværende Version | 1.1.1 |
Senest Opdateret | 2023-04-05 |
Udgivelsesdato | 2023-04-01 |
Bedømmelse | 5.00/5 Samlet 6 Bedømmelser |
Udvikler | juandetodev |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.youtube.com/channel/UC7nt5CZRwWMF_1EKYI2-0Xg |
Understøttede Sprog | 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 } |