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.

Hvad er Black White and Blurry?

Black White and Blurry er en Chrome-udvidelse udviklet af eionschreiber, og dens hovedfunktion er "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.".

Udvidelsesskærmbilleder

screenshot

Download Black White and Blurry-udvidelses-CRX-fil

Download Black White and Blurry-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn Black White and Blurry Black White and Blurry
ID fijkfjipmakjnkggmepekhgefclipnke
Officiel URL https://chromewebstore.google.com/detail/black-white-and-blurry/fijkfjipmakjnkggmepekhgefclipnke
Beskrivelse 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.
Filstørrelse 20.85 KB
Antal Installationer 71
Nuværende Version 1.2
Senest Opdateret 2018-02-23
Udgivelsesdato 2018-02-22
Udvikler eionschreiber
Betalingsmetode free
Understøttede Sprog 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"
    ]
}