clearRead
Extract the body of the article, remove the advertisement, and improve the reading experience.
ما هو clearRead؟
clearRead هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Extract the body of the article, remove the advertisement, and improve the reading experience.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة clearRead
قم بتنزيل ملفات الامتداد clearRead بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
clearRead provides a simple reading mode that removes the influence of reading elements on the page that are not related to the body, allowing you to read articles more focused. The plugin uses shortcut keys to activate and exit the reading mode and supports custom shortcuts. *** Refresh page after initial installation ***
معلومات أساسية عن التمديد
الاسم | clearRead |
ID | baloibnlnkndojngfdjgglccifoedkep |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/clearread/baloibnlnkndojngfdjgglccifoedkep |
الوصف | Extract the body of the article, remove the advertisement, and improve the reading experience. |
حجم الملف | 130 KB |
عدد التثبيتات | 48 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2018-07-18 |
تاريخ النشر | 2018-07-18 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "clearRead", "version": "1.0.1", "manifest_version": 2, "description": "Extract the body of the article, remove the advertisement, and improve the reading experience.", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_title": "clearRead", "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*", "file:\/\/*" ], "css": [ "style\/content.css" ], "js": [ "js\/contentScript.js" ] } ], "permissions": [ "storage" ] } |