Pollux
Summarize and explain: instant processing of selected text with GPT while browsing.
What is Pollux?
Pollux is a Chrome extension developed by juandetodev, and its main feature is "Summarize and explain: instant processing of selected text with GPT while browsing.".
Extension Screenshots
Download Pollux Extension CRX File
Download Pollux extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Pollux |
ID | pfnjnoljecfpnjenjijncmdgmpmhnfhb |
Official URL | https://chromewebstore.google.com/detail/pollux/pfnjnoljecfpnjenjijncmdgmpmhnfhb |
Description | Summarize and explain: instant processing of selected text with GPT while browsing. |
File Size | 102 KB |
Installation Count | 34 |
Current Version | 1.1.1 |
Last Updated | 2023-04-05 |
Publish Date | 2023-04-01 |
Rating | 5.00/5 Total 6 Ratings |
Developer | juandetodev |
[email protected] | |
Payment Type | free |
Extension Website | https://www.youtube.com/channel/UC7nt5CZRwWMF_1EKYI2-0Xg |
Supported Languages | 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 } |