Read Mode
Puts Google Chrome into read mode for a pleasant reading experience.
ما هو Read Mode؟
Read Mode هو إضافة Chrome تم تطويرها بواسطة menteslibres.org، والميزة الرئيسية لها هي "Puts Google Chrome into read mode for a pleasant reading experience.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Read Mode
قم بتنزيل ملفات الامتداد Read Mode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Just click on the glasses icon in the address bar, the current page will turn into a nice-to-read black on white page allowing you to read without forcing your eyes. Ads and Flash animations are also removed while on read-mode. Click the icon again and everything will go back to normal.
معلومات أساسية عن التمديد
الاسم | Read Mode |
ID | nagcaahojecfeopbghgihcabgiepploa |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/read-mode/nagcaahojecfeopbghgihcabgiepploa |
الوصف | Puts Google Chrome into read mode for a pleasant reading experience. |
حجم الملف | 174 KB |
عدد التثبيتات | 42,619 |
النسخة الحالية | 1.0.6 |
آخر تحديث | 2012-09-25 |
تاريخ النشر | 2012-09-24 |
تقييم | 3.26/5 مجموع تقييمات 372 |
المطور | menteslibres.org |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "background": { "scripts": [ "json2.js", "background.js" ] }, "content_scripts": [ { "all_frames": true, "css": [ "reader.css" ], "js": [ "reader.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Puts Google Chrome into read mode for a pleasant reading experience.", "icons": { "128": "icon-128.png", "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "Read Mode", "page_action": { "default_icon": "icon-enabled.png", "default_title": "Toggle Read Mode." }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.6" } |