Change content color

Double click any region in a webpage where you want to make its color warm.

Change content colorとは何ですか?

Change content colorはJeff T.によって開発されたChromeの拡張機能で、その主な機能は「Double click any region in a webpage where you want to make its color warm.」です。

拡張機能のスクリーンショット

screenshot

Change content color拡張機能のCRXファイルをダウンロード

Change content color拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        For making eyes more comfortable during web surfing, with the extension you can change the background color from white to a warm color for most webpages. Just double click any region where you want to change color in a webpage.

* Some webpages whose content color can not be changed because they may be defended with high security and not allow general script to change them.

Change log:
v1.1 - Urls support ftp now.
v1.2 - More areas can be changed.                    

拡張機能の基本情報

名前 Change content color Change content color
ID llidcihmjceniojdhhdnejnbbjdepphi
公式URL https://chromewebstore.google.com/detail/change-content-color/llidcihmjceniojdhhdnejnbbjdepphi
説明 Double click any region in a webpage where you want to make its color warm.
ファイルサイズ 92.63 KB
インストール数 178
現在のバージョン 1.2
最終更新日 2017-01-10
公開日 2017-01-10
評価 3.67/5 合計 6 レビュー
開発者 Jeff T.
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Change content color",
    "description": "Double click any region in a webpage where you want to make its color warm.",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*",
                "ftp:\/\/*\/*"
            ],
            "js": [
                "jquery-1.11.3.js",
                "bg_change.js",
                "background.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background2.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_title": "Change content color",
        "default_icon": "paint-brush-128.png"
    },
    "manifest_version": 2,
    "icons": {
        "64": "paint-brush-128.png"
    }
}