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
Eメール [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"
}