Squint Blur Tool

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

Was ist Squint Blur Tool?

Squint Blur Tool ist eine Chrome-Erweiterung, die von Clinton McKay entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to blur page elements for the purpose of screen captures or recordings.".

Erweiterungsscreenshots

screenshot

Squint Blur Tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie Squint Blur Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Squint Blur Tool Squint Blur Tool
ID fndjogaaibickkpjcbefncckknnekaii
Offizielle URL https://chromewebstore.google.com/detail/squint-blur-tool/fndjogaaibickkpjcbefncckknnekaii
Beschreibung This extension allows you to blur page elements for the purpose of screen captures or recordings.
Dateigröße 87.73 KB
Installationsanzahl 64
Aktuelle Version 1.0
Letztes Update 2020-08-25
Veröffentlichungsdatum 2020-08-24
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler Clinton McKay
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}