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 |
电子邮箱 | [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": [ " |