CB Simulator
Allows users to simulate colour-blind vision directly onto their webpage!
O que é CB Simulator?
CB Simulator é uma extensão do Chrome desenvolvida por Isabelle May, e sua principal característica é "Allows users to simulate colour-blind vision directly onto their webpage!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CB Simulator
Baixe arquivos de extensão CB Simulator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
"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.
Informações Básicas da Extensão
Nome | |
ID | jclekdekopialhilfhaefdancbaohmpp |
URL Oficial | https://chrome.google.com/webstore/detail/cb-simulator/jclekdekopialhilfhaefdancbaohmpp |
Descrição | Allows users to simulate colour-blind vision directly onto their webpage! |
Tamanho do Arquivo | 557 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 1.0 |
Última Atualização | 2019-03-12 |
Data de Publicação | 2019-03-12 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Isabelle May |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |