Enable Reader Mode For Chrome
Put your Web Page into reader mode.
Apa itu Enable Reader Mode For Chrome?
Enable Reader Mode For Chrome adalah ekstensi Chrome yang dikembangkan oleh Business Gas, dan fitur utamanya adalah "Put your Web Page into reader mode.".
Unduh Berkas CRX Ekstensi Enable Reader Mode For Chrome
Unduh file ekstensi Enable Reader Mode For Chrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Business Gas website and comparison reader.
Informasi Dasar Ekstensi
Nama | ![]() |
ID | ihpmhoihanabegohajalbknmnlelnjmh |
URL Resmi | https://chrome.google.com/webstore/detail/enable-reader-mode-for-ch/ihpmhoihanabegohajalbknmnlelnjmh |
Deskripsi | Put your Web Page into reader mode. |
Ukuran File | 31.58 KB |
Jumlah Instalasi | 166 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-04-23 |
Tanggal Publikasi | 2016-04-23 |
Penilaian | 2.83/5 Total 6 Penilaian |
Pengembang | Business Gas |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.businessgas.co.uk/ |
URL Halaman Kebijakan Privasi | http://www.businessgas.co.uk |
Bahasa yang Didukung | 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" } |