FlowRead
Flow with the page as your read while the content is being automatically scrolled for you
ما هو FlowRead؟
FlowRead هو إضافة Chrome تم تطويرها بواسطة Gloablike، والميزة الرئيسية لها هي "Flow with the page as your read while the content is being automatically scrolled for you".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة FlowRead
قم بتنزيل ملفات الامتداد FlowRead بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Need a hands-free reading experience? This extension will allow reading of any page while the content is being automatically scrolled down as you read. Great accessibility tool for handicaps.
معلومات أساسية عن التمديد
الاسم | |
ID | lnkijijhilfpgfdfglidfdgbpaeihamb |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/flowread/lnkijijhilfpgfdfglidfdgbpaeihamb |
الوصف | Flow with the page as your read while the content is being automatically scrolled for you |
حجم الملف | 12.51 KB |
عدد التثبيتات | 4,771 |
النسخة الحالية | 0.1 |
آخر تحديث | 2015-05-22 |
تاريخ النشر | 2015-05-22 |
تقييم | 4.25/5 مجموع تقييمات 8 |
المطور | Gloablike |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "FlowRead" }, "name": "FlowRead", "description": "Flow with the page as your read while the content is being automatically scrolled for you", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |