Reading Glasses
Shows a more focused view of a webpage.
ما هو Reading Glasses؟
Reading Glasses هو إضافة Chrome تم تطويرها بواسطة colin، والميزة الرئيسية لها هي "Shows a more focused view of a webpage.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Reading Glasses
قم بتنزيل ملفات الامتداد Reading Glasses بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simple browser extension to generate a, hopefully, more readable and focused template. This is a general solution so unfortunately it does not solve the problem perfectly for all web content. Could also be useful for consolidating web text to be copy and pasted into a text file. Should also be helpful reducing clutter on certain websites if you don't run any adblock software.
معلومات أساسية عن التمديد
الاسم | Reading Glasses |
ID | jjncchdhgngceellihkchfojlmekodch |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/reading-glasses/jjncchdhgngceellihkchfojlmekodch |
الوصف | Shows a more focused view of a webpage. |
حجم الملف | 7.1 KB |
عدد التثبيتات | 38 |
النسخة الحالية | 1.2 |
آخر تحديث | 2019-03-05 |
تاريخ النشر | 2019-03-05 |
تقييم | 4.00/5 مجموع تقييمات 1 |
المطور | colin |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reading Glasses", "description": "Shows a more focused view of a webpage.", "version": "1.2", "manifest_version": 2, "browser_action": { "default_title": "Reading Glasses", "default_icon": { "16": "images\/reading16.png", "48": "images\/reading48.png", "128": "images\/reading128.png" } }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "activeTab" ], "icons": { "16": "images\/reading16.png", "48": "images\/reading48.png", "128": "images\/reading128.png" }, "web_accessible_resources": [ "dialog.css" ] } |