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.

Что такое Black White and Blurry?

Black White and Blurry - это расширение Chrome, разработанное eionschreiber, и его основная функция - "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

Скачать файл CRX расширения Black White and Blurry

Скачайте файлы расширений Black White and Blurry в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                                            

Основная информация о расширении

Название Black White and Blurry Black White and Blurry
ID fijkfjipmakjnkggmepekhgefclipnke
Официальный URL https://chromewebstore.google.com/detail/black-white-and-blurry/fijkfjipmakjnkggmepekhgefclipnke
Описание 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.
Размер файла 20.85 KB
Количество установок 71
Текущая Версия 1.2
Последнее Обновление 2018-02-23
Дата публикации 2018-02-22
Разработчик eionschreiber
Тип оплаты free
Поддерживаемые языки 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"
    ]
}