Black White and Blurry
A design tool that uses filters to turn the web page grayscale and blury. This can help show where contrast is needed in a design.
O que é Black White and Blurry?
Black White and Blurry é uma extensão do Chrome desenvolvida por eionschreiber, e sua principal característica é "A design tool that uses filters to turn the web page grayscale and blury. This can help show where contrast is needed in a design.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Black White and Blurry
Baixe arquivos de extensão Black White and Blurry 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
Informações Básicas da Extensão
Nome | Black White and Blurry |
ID | fijkfjipmakjnkggmepekhgefclipnke |
URL Oficial | https://chromewebstore.google.com/detail/black-white-and-blurry/fijkfjipmakjnkggmepekhgefclipnke |
Descrição | A design tool that uses filters to turn the web page grayscale and blury. This can help show where contrast is needed in a design. |
Tamanho do Arquivo | 20.85 KB |
Contagem de Instalações | 71 |
Versão Atual | 1.2 |
Última Atualização | 2018-02-23 |
Data de Publicação | 2018-02-22 |
Desenvolvedor | eionschreiber |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Black White and Blurry", "description": "A design tool that uses filters to turn the web page grayscale and blury. This can help show where contrast is needed in a design.", "version": "1.2", "background": { "persistent": false, "scripts": [ "popup.js" ] }, "browser_action": { "default_icon": "icon128.png", "default_popup": "black_white_blur.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "storage" ] } |