Reading Speed Test
This extension lets you measure your reading speed on any web text.
ما هو Reading Speed Test؟
Reading Speed Test هو إضافة Chrome تم تطويرها بواسطة Datea، والميزة الرئيسية لها هي "This extension lets you measure your reading speed on any web text.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Reading Speed Test
قم بتنزيل ملفات الامتداد Reading Speed Test بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Measure your reading speed on any website text you want. Easy to use, just select a text, right click on the selection with your mouse and from the menu choose "Reading Speed Test", then read the text and click Done when finished. You will see your results next to the Done button. See the visual step by step guide in the attached pictures.
معلومات أساسية عن التمديد
الاسم | |
ID | pbnohmlbddmojbdpbejmdbhphfilofog |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/reading-speed-test/pbnohmlbddmojbdpbejmdbhphfilofog |
الوصف | This extension lets you measure your reading speed on any web text. |
حجم الملف | 21.73 KB |
عدد التثبيتات | 63 |
النسخة الحالية | 1.0 |
آخر تحديث | 2017-01-01 |
تاريخ النشر | 2017-01-01 |
تقييم | 4.00/5 مجموع تقييمات 2 |
المطور | Datea |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reading Speed Test", "description": "This extension lets you measure your reading speed on any web text.", "version": "1.0", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "icon_wip10_19.png", "38": "icon_wip10_38.png" }, "default_popup": "popup.html" }, "icons": { "16": "icon_wip10_16.png", "32": "icon_wip10_32.png", "64": "icon_wip10_64.png", "128": "icon_wip10_128.png" }, "permissions": [ "activeTab", "contextMenus" ], "web_accessible_resources": [ "close_16.png" ] } |