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.

Co je Black White and Blurry?

Black White and Blurry je rozšíření Chrome vyvinuté eionschreiber, a jeho hlavní funkcí je „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.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Black White and Blurry

Stáhněte si soubory rozšíření Black White and Blurry ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Black White and Blurry Black White and Blurry
ID fijkfjipmakjnkggmepekhgefclipnke
Oficiální URL https://chromewebstore.google.com/detail/black-white-and-blurry/fijkfjipmakjnkggmepekhgefclipnke
Popis 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.
Velikost souboru 20.85 KB
Počet instalací 71
Aktuální Verze 1.2
Poslední Aktualizace 2018-02-23
Datum Vydání 2018-02-22
Vývojář eionschreiber
Typ Platby free
Podporované Jazyky 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"
    ]
}