Pollux
Summarize and explain: instant processing of selected text with GPT while browsing.
ما هو Pollux؟
Pollux هو إضافة Chrome تم تطويرها بواسطة juandetodev، والميزة الرئيسية لها هي "Summarize and explain: instant processing of selected text with GPT while browsing.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pollux
قم بتنزيل ملفات الامتداد Pollux بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 } |