Speed Reader
Improve your reading speed up to 4 times.
ما هو Speed Reader؟
Speed Reader هو إضافة Chrome تم تطويرها بواسطة emiliorodriguez، والميزة الرئيسية لها هي "Improve your reading speed up to 4 times.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Speed Reader
قم بتنزيل ملفات الامتداد Speed Reader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Read faster now! With this extension you can read long text in almost no time. You will see an improvement in your reading speed since the minute. - Average reading speed of an adult: 250 wpm (words per minute) - Initial reading speed with 'Speed Reader': 300 wpm - Reading speed after 3 weeks using 'Speed Reader': 500 wpm You can set your reading speed at any moment so you could increase it when you feel you are ready to go to the next step.
معلومات أساسية عن التمديد
الاسم | Speed Reader |
ID | ilfodmgfnklehinlndjdjbmhndkhiand |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/speed-reader/ilfodmgfnklehinlndjdjbmhndkhiand |
الوصف | Improve your reading speed up to 4 times. |
حجم الملف | 14.75 KB |
عدد التثبيتات | 6,269 |
النسخة الحالية | 1.0 |
آخر تحديث | 2014-03-03 |
تاريخ النشر | 2014-03-03 |
تقييم | 3.18/5 مجموع تقييمات 11 |
المطور | emiliorodriguez |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Speed Reader", "description": "Improve your reading speed up to 4 times.", "version": "1.0", "permissions": [ "contextMenus", "activeTab", "storage" ], "browser_action": { "default_icon": "icon16.png", "default_popup": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] } } |