[FOSWLY] - Summarize
A small extension that allows you to quickly retell articles or video
ما هو [FOSWLY] - Summarize؟
[FOSWLY] - Summarize هو إضافة Chrome تم تطويرها بواسطة toil.contact، والميزة الرئيسية لها هي "A small extension that allows you to quickly retell articles or video".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة [FOSWLY] - Summarize
قم بتنزيل ملفات الامتداد [FOSWLY] - Summarize بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Небольшое расширение, позволяющее быстро пересказывать статьи и видео прямо как в Yandex Browser.
معلومات أساسية عن التمديد
الاسم | [FOSWLY] - Summarize |
ID | jdjofbmbggmmbfeidflhmhiidfddclbk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/foswly-summarize/jdjofbmbggmmbfeidflhmhiidfddclbk |
الوصف | A small extension that allows you to quickly retell articles or video |
حجم الملف | 49.23 KB |
عدد التثبيتات | 263 |
النسخة الحالية | 1.2.0 |
آخر تحديث | 2023-11-28 |
تاريخ النشر | 2023-07-31 |
تقييم | 4.00/5 مجموع تقييمات 2 |
المطور | toil.contact |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/FOSWLY/summarize |
عنوان صفحة سياسة الخصوصية | https://github.com/FOSWLY/summarize/wiki/%D0%9F%D0%BE%D0%BB%D0%B8%D1%82%D0%B8%D0%BA%D0%B0-%D0%BA%D0%BE%D0%BD%D1%84%D0%B8%D0%B4%D0%B5%D0%BD%D1%86%D0%B8%D0%B0%D0%BB%D1%8C%D0%BD%D0%BE%D1%81%D1%82%D0%B8 |
اللغات المدعومة | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "[FOSWLY] - Summarize", "description": "A small extension that allows you to quickly retell articles or video", "author": "Toil", "homepage_url": "https:\/\/github.com\/FOSWLY\/summarize", "version": "1.2.0", "icons": { "16": "\/logo16.png", "32": "\/logo32.png", "48": "\/logo48.png", "96": "\/logo96.png", "128": "\/logo128.png" }, "action": { "default_popup": "popup.html" }, "permissions": [ "clipboardWrite", "tabs" ], "host_permissions": [ "*:\/\/summarize.toil.cc\/*" ] } |