CB Simulator
Allows users to simulate colour-blind vision directly onto their webpage!
什么是CB Simulator?
CB Simulator是由Isabelle May开发的Chrome扩展程序,该扩展的主要功能是“Allows users to simulate colour-blind vision directly onto their webpage!”。
扩展截图
下载CB Simulator扩展crx文件
下载CB Simulator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
"Colour Blind Simulator" is an extension developed to simulate the effects of colour blindness on a user's web experience, rendering the colours on most web-pages based on a variety of colour blindness templates. It was created with web developers in mind, seeking to quickly check that their sites are accessible to this audience. The extension comes with two modes: "Default View", with just the three main categories (Red-Green, Blue-Yellow, and Total colour blindness); and "Advanced View", which includes all of the variants upon these three categories.
扩展基本信息
名称 | |
ID | jclekdekopialhilfhaefdancbaohmpp |
官方URL | https://chrome.google.com/webstore/detail/cb-simulator/jclekdekopialhilfhaefdancbaohmpp |
简介 | Allows users to simulate colour-blind vision directly onto their webpage! |
文件大小 | 557 KB |
安装次数 | 1,000 |
当前版本 | 1.0 |
更新时间 | 2019-03-12 |
上架时间 | 2019-03-12 |
评分 | 5.00/5 共2次评分 |
开发者 | Isabelle May |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CB Simulator", "version": "1.0", "description": "Allows users to simulate colour-blind vision directly onto their webpage!", "permissions": [ "tabs", "activeTab" ], "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "manifest_version": 2 } |