Pollux
Summarize and explain: instant processing of selected text with GPT while browsing.
Pollux क्या है?
Pollux juandetodev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Summarize and explain: instant processing of selected text with GPT while browsing."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pollux एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Pollux |
ID | pfnjnoljecfpnjenjijncmdgmpmhnfhb |
आधिकारिक URL | https://chromewebstore.google.com/detail/pollux/pfnjnoljecfpnjenjijncmdgmpmhnfhb |
विवरण | Summarize and explain: instant processing of selected text with GPT while browsing. |
फ़ाइल का आकार | 102 KB |
स्थापना संख्या | 34 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2023-04-05 |
प्रकाशन तिथि | 2023-04-01 |
रेटिंग | 5.00/5 कुल 6 रेटिंग्स |
डेवलपर | juandetodev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.youtube.com/channel/UC7nt5CZRwWMF_1EKYI2-0Xg |
समर्थित भाषाएँ | 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 } |