Rapid Reader
Speed reads text
ما هو Rapid Reader؟
Rapid Reader هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Speed reads text".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Rapid Reader
قم بتنزيل ملفات الامتداد Rapid Reader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Rapid Reader lets you speed read text in your browser by flashing the text word-by-word. Select the text you want to read, then click the Rapid Reader icon or use the keyboard shortcut "Alt-R" to rapid read. Rapid Reader can read text from any webpage. You can configure the Words-Per-Minute and chunk size (how many words shown at once).
معلومات أساسية عن التمديد
الاسم | Rapid Reader |
ID | jggpancjidhgdmjghapfbhhcbjieefgn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/rapid-reader/jggpancjidhgdmjghapfbhhcbjieefgn |
الوصف | Speed reads text |
حجم الملف | 249 KB |
عدد التثبيتات | 556 |
النسخة الحالية | 1.1 |
آخر تحديث | 2014-04-27 |
تاريخ النشر | 2014-04-27 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rapid Reader", "short_name": "Rapid Reader", "description": "Speed reads text", "version": "1.1", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon48.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+R" }, "description": "Rapid Read currently selected text" } } } |