Summate.it Article Summarizer
Summarizes web articles
ما هو Summate.it Article Summarizer؟
Summate.it Article Summarizer هو إضافة Chrome تم تطويرها بواسطة https://summate.it، والميزة الرئيسية لها هي "Summarizes web articles".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Summate.it Article Summarizer
قم بتنزيل ملفات الامتداد Summate.it Article Summarizer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Get concise, easy-to-understand summaries of any web article. Summate.it uses OpenAI to identify and present the core insights, allowing you to quickly absorb essential information and decide if you'd like to read the full article.
معلومات أساسية عن التمديد
الاسم | Summate.it Article Summarizer |
ID | jfgldafgjblmcnahhhbghlnlhgophjhl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/summateit-article-summari/jfgldafgjblmcnahhhbghlnlhgophjhl |
الوصف | Summarizes web articles |
حجم الملف | 16.42 KB |
عدد التثبيتات | 486 |
النسخة الحالية | 1.0 |
آخر تحديث | 2023-06-26 |
تاريخ النشر | 2023-06-25 |
المطور | https://summate.it |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | https://summate.it/help.php |
عنوان صفحة سياسة الخصوصية | https://help.fivefilters.org/push-to-kindle/privacy.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Summate.it Article Summarizer", "version": "1.0", "description": "Summarizes web articles", "background": { "service_worker": "service-worker.js" }, "action": { "default_title": "Summarize this page", "default_icon": { "128": "icon128.png" } }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "contextMenus" ] } |