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.
什么是Black White and Blurry?
Black White and Blurry是由eionschreiber开发的Chrome扩展程序,该扩展的主要功能是“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.”。
扩展截图
下载Black White and Blurry扩展crx文件
下载Black White and Blurry扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | Black White and Blurry |
ID | fijkfjipmakjnkggmepekhgefclipnke |
官方URL | https://chromewebstore.google.com/detail/black-white-and-blurry/fijkfjipmakjnkggmepekhgefclipnke |
简介 | 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. |
文件大小 | 20.85 KB |
安装次数 | 71 |
当前版本 | 1.2 |
更新时间 | 2018-02-23 |
上架时间 | 2018-02-22 |
开发者 | eionschreiber |
付费类型 | free |
支持的语言 | 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" ] } |