Colour-blind aid (Cblaid)

Cblaid, provides a range of colour filters to try and help improve the contrast between foreground and background colours.

Colour-blind aid (Cblaid)とは何ですか?

Colour-blind aid (Cblaid)はSamGeeeによって開発されたChromeの拡張機能で、その主な機能は「Cblaid, provides a range of colour filters to try and help improve the contrast between foreground and background colours.」です。

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

screenshot
screenshot
screenshot

Colour-blind aid (Cblaid)拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Colour-blind aid (Cblaid), provides a range of colour filters to try and help improve the contrast between foreground and background colours. These filters are applied over the top of webpages and have been designed to aid users with Colour Vision Deficiency (CVD). 

This application has limited functionality and may not work with certain webpages due to the choice of CSS and styling used.                    

拡張機能の基本情報

名前 Colour-blind aid (Cblaid) Colour-blind aid (Cblaid)
ID ehieoaimlkaalkbhdfojndnigobimpkj
公式URL https://chrome.google.com/webstore/detail/colour-blind-aid-cblaid/ehieoaimlkaalkbhdfojndnigobimpkj
説明 Cblaid, provides a range of colour filters to try and help improve the contrast between foreground and background colours.
ファイルサイズ 120 KB
インストール数 2,000
現在のバージョン 1.0
最終更新日 2016-08-17
公開日 2016-08-17
評価 3.75/5 合計 4 レビュー
開発者 SamGeee
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Colour-blind aid (Cblaid)",
    "short_name": "Cblaid",
    "version": "1.0",
    "description": "Cblaid, provides a range of colour filters to try and help improve the contrast between foreground and background colours.",
    "browser_action": {
        "default_icon": "\/img\/icon.png",
        "default_popup": "background.html",
        "default_title": "Cblaid"
    },
    "background": {
        "scripts": [
            "js\/eventPage.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "js\/filters.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "filters.svg"
    ],
    "permissions": [
        "background",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "\/img\/icon-16.png",
        "48": "\/img\/icon-48.png",
        "128": "\/img\/icon-128.png"
    }
}