Fast Reader
Speed up your reading!
ما هو Fast Reader؟
Fast Reader هو إضافة Chrome تم تطويرها بواسطة dmarch، والميزة الرئيسية لها هي "Speed up your reading!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Fast Reader
قم بتنزيل ملفات الامتداد Fast Reader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension will allow you speed up your reading. Just select text on web side and click on icon. You can adjust speed and number of words on line in option.
معلومات أساسية عن التمديد
الاسم | Fast Reader |
ID | okiodagpdhmlhpikmbohgelnmngkhfhm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/fast-reader/okiodagpdhmlhpikmbohgelnmngkhfhm |
الوصف | Speed up your reading! |
حجم الملف | 1.72 MB |
عدد التثبيتات | 191 |
النسخة الحالية | 1.1 |
آخر تحديث | 2013-06-23 |
تاريخ النشر | 2013-06-23 |
تقييم | 4.00/5 مجموع تقييمات 2 |
المطور | dmarch |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fast Reader", "description": "Speed up your reading!", "version": "1.1", "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html", "default_title": "Fast Reader - speed up your reading!" }, "icons": { "16": "icon16.png", "48": "icon48.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "file:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ] } |