Squint Blur Tool

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

Cos'è Squint Blur Tool?

Squint Blur Tool è un'estensione di Chrome sviluppata da Clinton McKay, e la sua funzione principale è "This extension allows you to blur page elements for the purpose of screen captures or recordings.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Squint Blur Tool

Scarica i file di estensione Squint Blur Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Squint Blur Tool Squint Blur Tool
ID fndjogaaibickkpjcbefncckknnekaii
URL Ufficiale https://chromewebstore.google.com/detail/squint-blur-tool/fndjogaaibickkpjcbefncckknnekaii
Descrizione This extension allows you to blur page elements for the purpose of screen captures or recordings.
Dimensione del File 87.73 KB
Conteggio Installazioni 64
Versione Corrente 1.0
Ultimo Aggiornamento 2020-08-25
Data di Pubblicazione 2020-08-24
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Clinton McKay
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}