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.

Wat is Black White and Blurry?

Black White and Blurry is een Chrome-extensie ontwikkeld door eionschreiber, en de belangrijkste functie is "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.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Black White and Blurry

Download Black White and Blurry-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Black White and Blurry Black White and Blurry
ID fijkfjipmakjnkggmepekhgefclipnke
Officiële URL https://chromewebstore.google.com/detail/black-white-and-blurry/fijkfjipmakjnkggmepekhgefclipnke
Beschrijving 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.
Bestandsgrootte 20.85 KB
Aantal Installaties 71
Huidige Versie 1.2
Laatst Bijgewerkt 2018-02-23
Publicatiedatum 2018-02-22
Ontwikkelaar eionschreiber
Betalingswijze free
Ondersteunde Talen 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"
    ]
}