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 |
Eメール | [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 } |