Enable Reader Mode For Chrome

Put your Web Page into reader mode.

什么是Enable Reader Mode For Chrome?

Enable Reader Mode For Chrome是由Business Gas开发的Chrome扩展程序,该扩展的主要功能是“Put your Web Page into reader mode.”。

下载Enable Reader Mode For Chrome扩展crx文件

下载Enable Reader Mode For Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Business Gas website and comparison reader.                    

扩展基本信息

名称 Enable Reader Mode For Chrome Enable Reader Mode For Chrome
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/
隐私政策页面URL 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"
}