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.
Cos'è Black White and Blurry?
Black White and Blurry è un'estensione di Chrome sviluppata da eionschreiber, e la sua funzione principale è "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.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Black White and Blurry
Scarica i file di estensione Black White and Blurry in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | Black White and Blurry |
ID | fijkfjipmakjnkggmepekhgefclipnke |
URL Ufficiale | https://chromewebstore.google.com/detail/black-white-and-blurry/fijkfjipmakjnkggmepekhgefclipnke |
Descrizione | 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. |
Dimensione del File | 20.85 KB |
Conteggio Installazioni | 71 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2018-02-23 |
Data di Pubblicazione | 2018-02-22 |
Sviluppatore | eionschreiber |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |