Squint Blur Tool

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

Co to jest Squint Blur Tool?

Squint Blur Tool to rozszerzenie Chrome opracowane przez Clinton McKay, a jego główną funkcją jest „This extension allows you to blur page elements for the purpose of screen captures or recordings.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Squint Blur Tool

Pobierz pliki rozszerzeń Squint Blur Tool 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Squint Blur Tool Squint Blur Tool
ID fndjogaaibickkpjcbefncckknnekaii
Oficjalny URL https://chromewebstore.google.com/detail/squint-blur-tool/fndjogaaibickkpjcbefncckknnekaii
Opis This extension allows you to blur page elements for the purpose of screen captures or recordings.
Rozmiar pliku 87.73 KB
Liczba instalacji 64
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-08-25
Data Publikacji 2020-08-24
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper Clinton McKay
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}