Enable Reader Mode For Chrome
Put your Web Page into reader mode.
Vad är Enable Reader Mode For Chrome?
Enable Reader Mode For Chrome är en Chrome-tillägg utvecklad av Business Gas, och dess huvudfunktion är "Put your Web Page into reader mode.".
Ladda ner Enable Reader Mode For Chrome-förlängningens CRX-fil
Ladda ner Enable Reader Mode For Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Business Gas website and comparison reader.
Grundläggande Information om Tillägg
Namn | ![]() |
ID | ihpmhoihanabegohajalbknmnlelnjmh |
Officiell webbadress | https://chrome.google.com/webstore/detail/enable-reader-mode-for-ch/ihpmhoihanabegohajalbknmnlelnjmh |
Beskrivning | Put your Web Page into reader mode. |
Filstorlek | 31.58 KB |
Antal Installationer | 166 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2016-04-23 |
Publiceringsdatum | 2016-04-23 |
Betyg | 2.83/5 Totalt 6 Betyg |
Utvecklare | Business Gas |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.businessgas.co.uk/ |
URL till Sekretesspolicy Sidan | http://www.businessgas.co.uk |
Stödda Språk | 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" } |