SMMRY-XT
SMMRY-XT is an extension that allows you to quickly summarize most articles on the web using the SMMRY summarization…
ما هو SMMRY-XT؟
SMMRY-XT هو إضافة Chrome تم تطويرها بواسطة atharva.fulay، والميزة الرئيسية لها هي "SMMRY-XT is an extension that allows you to quickly summarize most articles on the web using the SMMRY summarization…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SMMRY-XT
قم بتنزيل ملفات الامتداد SMMRY-XT بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
SMMRY-XT is an extension that allows you to quickly summarize most articles on the web using the SMMRY summarization (https://smmry.com/about).
Features include:
* Quick copying of the current URL.
* Setting length of summary and number of keywords returned.
* Filtering sentences containing quotes, exclamations, or questions.
* Copying the summary to the clipboard.
* Copying the top keywords.
* (NEW) Summarize selected text.
Note: This extension is not the official SMMRY extension and is not endorsed by SMMRY. معلومات أساسية عن التمديد
| الاسم | |
| ID | oipkbgjabopdcfjbdjgablcjpjpoajci |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/smmry-xt/oipkbgjabopdcfjbdjgablcjpjpoajci |
| الوصف | SMMRY-XT is an extension that allows you to quickly summarize most articles on the web using the SMMRY summarization… |
| حجم الملف | 850 KB |
| عدد التثبيتات | 328 |
| النسخة الحالية | 1.1.0 |
| آخر تحديث | 2023-02-26 |
| تاريخ النشر | 2022-03-15 |
| تقييم | 4.00/5 مجموع تقييمات 1 |
| المطور | atharva.fulay |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://www.atharvafulay.com/smmry-xt |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SMMRY-XT",
"version": "1.1.0",
"manifest_version": 3,
"permissions": [
"tabs",
"scripting",
"activeTab"
],
"action": {
"default_popup": "popup.html"
},
"icons": {
"128": ".\/img\/s.png"
}
} | |