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.
Vad är Black White and Blurry?
Black White and Blurry är en Chrome-tillägg utvecklad av eionschreiber, och dess huvudfunktion är "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.".
Tilläggsskärmbilder
Ladda ner Black White and Blurry-förlängningens CRX-fil
Ladda ner Black White and Blurry-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | Black White and Blurry |
ID | fijkfjipmakjnkggmepekhgefclipnke |
Officiell webbadress | https://chromewebstore.google.com/detail/black-white-and-blurry/fijkfjipmakjnkggmepekhgefclipnke |
Beskrivning | 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. |
Filstorlek | 20.85 KB |
Antal Installationer | 71 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2018-02-23 |
Publiceringsdatum | 2018-02-22 |
Utvecklare | eionschreiber |
Betalningssätt | free |
Stödda Språk | 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" ] } |