Read Time Estimator
Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time
ما هو Read Time Estimator؟
Read Time Estimator هو إضافة Chrome تم تطويرها بواسطة https://bashvlas.com، والميزة الرئيسية لها هي "Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Read Time Estimator
قم بتنزيل ملفات الامتداد Read Time Estimator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is a very simple chrome extension which allows you to estimate the amount of time it will take you to read a particular text. Select Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time. معلومات أساسية عن التمديد
| الاسم | |
| ID | dbkmhaamlapkjabaieclhlofhnaoccmb |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/read-time-estimator/dbkmhaamlapkjabaieclhlofhnaoccmb |
| الوصف | Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time |
| حجم الملف | 12.08 KB |
| عدد التثبيتات | 5,339 |
| النسخة الحالية | 1.1.5 |
| آخر تحديث | 2020-03-25 |
| تاريخ النشر | 2020-03-25 |
| تقييم | 5.00/5 مجموع تقييمات 4 |
| المطور | https://bashvlas.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| عنوان صفحة سياسة الخصوصية | https://sites.google.com/view/copycurate/privacy-policy |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Read Time Estimator",
"short_name": "Read Time Estimator",
"description": "Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time",
"version": "1.1.5",
"icons": {
"128": "img\/document_clock.png",
"16": "img\/small_clock.png"
},
"background": {
"persistent": false,
"scripts": [
"background\/background.js"
]
},
"permissions": [
"contextMenus",
"storage"
]
} | |