SummarLight
Highlights the most important parts of articles!
ما هو SummarLight؟
SummarLight هو إضافة Chrome تم تطويرها بواسطة steamata.ai، والميزة الرئيسية لها هي "Highlights the most important parts of articles!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SummarLight
قم بتنزيل ملفات الامتداد SummarLight بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The SummarLight extension highlights the most important parts of an article/blog/story you are reading so you can skim through it in no time!
معلومات أساسية عن التمديد
الاسم | |
ID | ligjmagakdphdlenhhncfegpdbbendlg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/summarlight/ligjmagakdphdlenhhncfegpdbbendlg |
الوصف | Highlights the most important parts of articles! |
حجم الملف | 113 KB |
عدد التثبيتات | 396 |
النسخة الحالية | 0.7.4 |
آخر تحديث | 2019-03-26 |
تاريخ النشر | 2019-03-26 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | steamata.ai |
نوع الدفع | free |
موقع الإضافة | https://medium.com/@btahir/introducing-summary-light-a-chrome-extension-that-highlights-the-most-important-parts-of-an-1666e10411a8 |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SummarLight", "version": "0.7.4", "permissions": [ "activeTab", "https:\/\/us-central1-vast-alcove-222105.cloudfunctions.net\/generate_summary" ], "description": "Highlights the most important parts of articles!", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "tab-icon.png", "default_title": "Highlight the most important parts", "default_popup": "popup.html" } } |