Squint Blur Tool

This extension allows you to blur page elements for the purpose of screen captures or recordings.

Что такое Squint Blur Tool?

Squint Blur Tool - это расширение Chrome, разработанное Clinton McKay, и его основная функция - "This extension allows you to blur page elements for the purpose of screen captures or recordings.".

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

screenshot

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

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

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

                        Allows you to add buttons to any page that, when dragged over contents, either blurs or un-blurs the relevant areas of the page. To show the buttons, double click anywhere. To hide them, double click again.                    

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

Название Squint Blur Tool Squint Blur Tool
ID fndjogaaibickkpjcbefncckknnekaii
Официальный URL https://chromewebstore.google.com/detail/squint-blur-tool/fndjogaaibickkpjcbefncckknnekaii
Описание This extension allows you to blur page elements for the purpose of screen captures or recordings.
Размер файла 87.73 KB
Количество установок 64
Текущая Версия 1.0
Последнее Обновление 2020-08-25
Дата публикации 2020-08-24
Рейтинг 1.00/5 Всего 1 оценок
Разработчик Clinton McKay
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Squint Blur Tool",
    "description": "This extension allows you to blur page elements for the purpose of screen captures or recordings.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "squint-36x36.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "squint.js"
            ],
            "css": [
                "squint.css"
            ]
        }
    ]
}