Achromeatic
Achromeatic is an AchromaJS-based tool to simulate different conditions of eye vision.
Achromeaticとは何ですか?
AchromeaticはHendrik Brandtによって開発されたChromeの拡張機能で、その主な機能は「Achromeatic is an AchromaJS-based tool to simulate different conditions of eye vision.」です。
拡張機能のスクリーンショット
Achromeatic拡張機能のCRXファイルをダウンロード
Achromeatic拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Important: For security reasons enforced by Google Chrome itself this add-on will not work on the chrome.google.com/webstore website itself. Supported Vision Simulations - Achromatomaly Lacking most color vision - Achromatopsia Lacking all color vision (aka color blind) - Protanomaly Poor red-green hue discrimination - Protanopia Red colors appears dark - Deuteranomaly Llightly red-green hue discrimination - Deuteranopia Moderate red-green hue discrimination - Tritanomaly Low blue-yellow hue discrimination - Tritanopia Absence of blue retinal receptors - Blurry No glasses or contact lenses - Low Contrast Similar to reading a mobile screen in the sunlight - High Contrast Pure black-white filter - Inverted Colors Invert all colors of a web page
拡張機能の基本情報
名前 | Achromeatic |
ID | aaljbccmkbfdgnlbndbngcfimephplbi |
公式URL | https://chromewebstore.google.com/detail/achromeatic/aaljbccmkbfdgnlbndbngcfimephplbi |
説明 | Achromeatic is an AchromaJS-based tool to simulate different conditions of eye vision. |
ファイルサイズ | 48.84 KB |
インストール数 | 226 |
現在のバージョン | 20.9.0 |
最終更新日 | 2020-09-04 |
公開日 | 2020-06-19 |
開発者 | Hendrik Brandt |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/hebra/achromajs |
ヘルプページのURL | https://github.com/hebra/achromajs/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Achromeatic", "version": "20.9.0", "description": "Achromeatic is an AchromaJS-based tool to simulate different conditions of eye vision.", "author": "Hendrik Brandt", "icons": { "16": "assets\/icon_16.png", "32": "assets\/icon_32.png", "48": "assets\/icon_48.png", "128": "assets\/icon_128.png" }, "background": { "scripts": [ "chrome\/background.js" ], "persistent": false }, "permissions": [ "tabs", "activeTab", "declarativeContent", "storage", "http:\/\/*\/", "https:\/\/*\/" ], "page_action": { "browser_style": true, "default_popup": "popup.html", "default_icon": { "16": "assets\/icon_16.png", "32": "assets\/icon_32.png", "48": "assets\/icon_48.png", "128": "assets\/icon_128.png" } }, "content_scripts": [ { "matches": [ " |