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.
Apa itu Black White and Blurry?
Black White and Blurry adalah ekstensi Chrome yang dikembangkan oleh eionschreiber, dan fitur utamanya adalah "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 Ekstensi
Unduh Berkas CRX Ekstensi Black White and Blurry
Unduh file ekstensi Black White and Blurry dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | Black White and Blurry |
ID | fijkfjipmakjnkggmepekhgefclipnke |
URL Resmi | https://chromewebstore.google.com/detail/black-white-and-blurry/fijkfjipmakjnkggmepekhgefclipnke |
Deskripsi | 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. |
Ukuran File | 20.85 KB |
Jumlah Instalasi | 71 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2018-02-23 |
Tanggal Publikasi | 2018-02-22 |
Pengembang | eionschreiber |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |