Gaussian Blur and Greyscale

Used to quickly blur a website for design purposes

Что такое Gaussian Blur and Greyscale?

Gaussian Blur and Greyscale - это расширение Chrome, разработанное Spencer Crow, и его основная функция - "Used to quickly blur a website for design purposes".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Gaussian Blur and Greyscale

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

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

                        This extension adds a blur or grayscale filter to the website. Great for developers and designers evaluating their layouts and colors.                    

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

Название Gaussian Blur and Greyscale Gaussian Blur and Greyscale
ID kniggjicajakbjmenbjpocebnegamfob
Официальный URL https://chromewebstore.google.com/detail/gaussian-blur-and-greysca/kniggjicajakbjmenbjpocebnegamfob
Описание Used to quickly blur a website for design purposes
Размер файла 24.27 KB
Количество установок 81
Текущая Версия 0.0.2
Последнее Обновление 2022-03-02
Дата публикации 2022-02-25
Разработчик Spencer Crow
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gaussian Blur and Greyscale",
    "description": "Used to quickly blur a website for design purposes",
    "version": "0.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/Pencil.png",
            "32": "\/images\/Pencil.png",
            "48": "\/images\/Pencil.png",
            "128": "\/images\/Pencil.png"
        }
    },
    "icons": {
        "16": "\/images\/Pencil.png",
        "32": "\/images\/Pencil.png",
        "48": "\/images\/Pencil.png",
        "128": "\/images\/Pencil.png"
    },
    "options_page": "options.html"
}