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 |
官方網址 | 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" ] } |