Blur-It

This extensions blurs the current page.

Что такое Blur-It?

Blur-It - это расширение Chrome, разработанное https://www.directorschoice.travel, и его основная функция - "This extensions blurs the current page.".

Скачать файл CRX расширения Blur-It

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

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

                        This extension creates a 10px blur on your current tab.  The blur effect is useful in viewing your UI design from a "step back" perspective.                    

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

Название Blur-It Blur-It
ID plonmelfemjgjbegkbonhcjjdnenpbag
Официальный URL https://chromewebstore.google.com/detail/blur-it/plonmelfemjgjbegkbonhcjjdnenpbag
Описание This extensions blurs the current page.
Размер файла 6.39 KB
Количество установок 63
Текущая Версия 1.0
Последнее Обновление 2017-05-05
Дата публикации 2017-05-05
Разработчик https://www.directorschoice.travel
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Blur-It",
    "description": "This extensions blurs the current page.",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "blurit.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "blurit.png",
        "default_title": "Click to blur page."
    }
}