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.
¿Qué es Black White and Blurry?
Black White and Blurry es una extensión de Chrome desarrollada por eionschreiber, y su función principal es "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 Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Black White and Blurry
Descarga archivos de extensión Black White and Blurry en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Información Básica de la Extensión
Nombre | Black White and Blurry |
ID | fijkfjipmakjnkggmepekhgefclipnke |
URL Oficial | https://chromewebstore.google.com/detail/black-white-and-blurry/fijkfjipmakjnkggmepekhgefclipnke |
Descripción | 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. |
Tamaño del Archivo | 20.85 KB |
Cantidad de Instalaciones | 71 |
Versión Actual | 1.2 |
Última Actualización | 2018-02-23 |
Fecha de Publicación | 2018-02-22 |
Desarrollador | eionschreiber |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |