Enable Reader Mode For Chrome
Put your Web Page into reader mode.
ما هو Enable Reader Mode For Chrome؟
Enable Reader Mode For Chrome هو إضافة Chrome تم تطويرها بواسطة Business Gas، والميزة الرئيسية لها هي "Put your Web Page into reader mode.".
تحميل ملف CRX للإضافة Enable Reader Mode For Chrome
قم بتنزيل ملفات الامتداد Enable Reader Mode For Chrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Business Gas website and comparison reader.
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | ihpmhoihanabegohajalbknmnlelnjmh |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/enable-reader-mode-for-ch/ihpmhoihanabegohajalbknmnlelnjmh |
الوصف | Put your Web Page into reader mode. |
حجم الملف | 31.58 KB |
عدد التثبيتات | 166 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-04-23 |
تاريخ النشر | 2016-04-23 |
تقييم | 2.83/5 مجموع تقييمات 6 |
المطور | Business Gas |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.businessgas.co.uk/ |
عنوان صفحة سياسة الخصوصية | http://www.businessgas.co.uk |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "all_frames": true, "css": [ "reader.css" ], "js": [ "reader.js", "background.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Put your Web Page into reader mode.", "icons": { "128": "icon-128.png", "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "Enable Reader Mode For Chrome", "page_action": { "default_icon": "icon-enabled.png", "default_title": "Toggle Reader Mode." }, "permissions": [ "tabs", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0" } |