Colorblindness Emulator

Emulate 8 types of colorblindness on your browser!

Colorblindness Emulatorとは何ですか?

Colorblindness EmulatorはAgathe Badiaによって開発されたChromeの拡張機能で、その主な機能は「Emulate 8 types of colorblindness on your browser!」です。

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

screenshot

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

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

拡張機能の使用方法

                        Emulate 8 types of colorblindness on the browser: Protanopia, Protanomaly, Deuteranopia, Deuteranomaly, Tritanopia, Tritanomaly, Achromatopsia, Achromatomaly

This product is perfect for designers, developers, and every person interested in an immersive experience through colorblindness.

Develop great apps, for accessible content. Or test it for better audit!                    

拡張機能の基本情報

名前 Colorblindness Emulator Colorblindness Emulator
ID ffmdflnkahdfgkhneidigopdlokgipki
公式URL https://chromewebstore.google.com/detail/colorblindness-emulator/ffmdflnkahdfgkhneidigopdlokgipki
説明 Emulate 8 types of colorblindness on your browser!
ファイルサイズ 43.77 KB
インストール数 197
現在のバージョン 2.1.0
最終更新日 2022-03-30
公開日 2022-03-24
評価 5.00/5 合計 4 レビュー
開発者 Agathe Badia
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Agathebadia/colorblind-extension
プライバシーポリシーページのURL https://www.privacypolicies.com/live/65e5c856-b948-45ef-acad-f499d5a6a0cb
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Colorblindness Emulator",
    "description": "Emulate 8 types of colorblindness on your browser!",
    "version": "2.1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "Colorblindness emulator",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "public\/assets\/icon-sm.png",
        "48": "public\/assets\/icon-md.png",
        "128": "public\/assets\/icon-lg.png"
    }
}