Clear Read
Immersive reading mode
ما هو Clear Read؟
Clear Read هو إضافة Chrome تم تطويرها بواسطة chris.scott، والميزة الرئيسية لها هي "Immersive reading mode".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Clear Read
قم بتنزيل ملفات الامتداد Clear Read بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension adds a button to Chrome to toggle a distraction-free reading mode. When enabled, the plugin attempts to strip out just the core content and displays it in legible text on a plain white background.
معلومات أساسية عن التمديد
الاسم | Clear Read |
ID | kpipjgdapccmpkgipfikeajoopjbcgam |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/clear-read/kpipjgdapccmpkgipfikeajoopjbcgam |
الوصف | Immersive reading mode |
حجم الملف | 6.59 KB |
عدد التثبيتات | 26,131 |
النسخة الحالية | 0.0.10 |
آخر تحديث | 2016-01-14 |
تاريخ النشر | 2016-01-14 |
تقييم | 3.95/5 مجموع تقييمات 41 |
المطور | chris.scott |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clear Read", "version": "0.0.10", "manifest_version": 2, "description": "Immersive reading mode", "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Clear Read" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "init.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "clear-read.css" ], "js": [ "clear-read.js" ] } ] } |