Color Overlay

Put color overlay over all the web content.

Color Overlayとは何ですか?

Color OverlayはRawstreamによって開発されたChromeの拡張機能で、その主な機能は「Put color overlay over all the web content.」です。

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

screenshot

Color Overlay拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Color Overlay is a filter which puts a tint on your browser viewport to make text more readable. Color and opacity are fully configurable. This could be used by people suffering by visual distortions reading the content on the normal background (Scotopic Sensitivity Syndrome). The coloured overlay can improve reading abilities of such users by reducing or eliminate perceptual processing errors.

This a new version of a popular extension. In the new release we listened to our users. So we essentially improved the user interface and added some new features, such as the possibility to save selected colours as favourites.                    

拡張機能の基本情報

名前 Color Overlay Color Overlay
ID glejbiebgbadpnhcjmidgclkjeelddgk
公式URL https://chromewebstore.google.com/detail/color-overlay/glejbiebgbadpnhcjmidgclkjeelddgk
説明 Put color overlay over all the web content.
ファイルサイズ 65.4 KB
インストール数 198,779
現在のバージョン 2.0.0
最終更新日 2019-05-01
公開日 2019-04-30
評価 2.55/5 合計 11 レビュー
開発者 Rawstream
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "2.0.0",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "19": "images\/icon-19.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Color Overlay",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ]
}