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 to jest Black White and Blurry?

Black White and Blurry to rozszerzenie Chrome opracowane przez eionschreiber, a jego główną funkcją jest „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.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Black White and Blurry

Pobierz pliki rozszerzeń Black White and Blurry w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Black White and Blurry Black White and Blurry
ID fijkfjipmakjnkggmepekhgefclipnke
Oficjalny URL https://chromewebstore.google.com/detail/black-white-and-blurry/fijkfjipmakjnkggmepekhgefclipnke
Opis 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.
Rozmiar pliku 20.85 KB
Liczba instalacji 71
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2018-02-23
Data Publikacji 2018-02-22
Deweloper eionschreiber
Typ Płatności free
Obsługiwane Języki 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"
    ]
}