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.
What is Black White and Blurry?
Black White and Blurry is a Chrome extension developed by eionschreiber, and its main feature is "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.".
Extension Screenshots
Download Black White and Blurry Extension CRX File
Download Black White and Blurry extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Black White and Blurry |
ID | fijkfjipmakjnkggmepekhgefclipnke |
Official URL | https://chromewebstore.google.com/detail/black-white-and-blurry/fijkfjipmakjnkggmepekhgefclipnke |
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. |
File Size | 20.85 KB |
Installation Count | 71 |
Current Version | 1.2 |
Last Updated | 2018-02-23 |
Publish Date | 2018-02-22 |
Developer | eionschreiber |
Payment Type | free |
Supported Languages | 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" ] } |