CB Simulator
Allows users to simulate colour-blind vision directly onto their webpage!
Apa itu CB Simulator?
CB Simulator adalah ekstensi Chrome yang dikembangkan oleh Isabelle May, dan fitur utamanya adalah "Allows users to simulate colour-blind vision directly onto their webpage!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CB Simulator
Unduh file ekstensi CB Simulator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
"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.
Informasi Dasar Ekstensi
Nama | |
ID | jclekdekopialhilfhaefdancbaohmpp |
URL Resmi | https://chrome.google.com/webstore/detail/cb-simulator/jclekdekopialhilfhaefdancbaohmpp |
Deskripsi | Allows users to simulate colour-blind vision directly onto their webpage! |
Ukuran File | 557 KB |
Jumlah Instalasi | 1,000 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2019-03-12 |
Tanggal Publikasi | 2019-03-12 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Isabelle May |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |