Enable Reader Mode For Chrome

Put your Web Page into reader mode.

What is Enable Reader Mode For Chrome?

Enable Reader Mode For Chrome is a Chrome extension developed by Business Gas, and its main feature is "Put your Web Page into reader mode.".

Download Enable Reader Mode For Chrome Extension CRX File

Download Enable Reader Mode For Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Business Gas website and comparison reader.                    

Extension Basic Information

Name Enable Reader Mode For Chrome Enable Reader Mode For Chrome
ID ihpmhoihanabegohajalbknmnlelnjmh
Official URL https://chrome.google.com/webstore/detail/enable-reader-mode-for-ch/ihpmhoihanabegohajalbknmnlelnjmh
Description Put your Web Page into reader mode.
File Size 31.58 KB
Installation Count 166
Current Version 1.0
Last Updated 2016-04-23
Publish Date 2016-04-23
Rating 2.83/5 Total 6 Ratings
Developer Business Gas
Email [email protected]
Payment Type free
Extension Website https://www.businessgas.co.uk/
Privacy Policy Page URL http://www.businessgas.co.uk
Supported Languages 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"
}