Squint Blur Tool

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

Wat is Squint Blur Tool?

Squint Blur Tool is een Chrome-extensie ontwikkeld door Clinton McKay, en de belangrijkste functie is "This extension allows you to blur page elements for the purpose of screen captures or recordings.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Squint Blur Tool

Download Squint Blur Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Squint Blur Tool Squint Blur Tool
ID fndjogaaibickkpjcbefncckknnekaii
Officiële URL https://chromewebstore.google.com/detail/squint-blur-tool/fndjogaaibickkpjcbefncckknnekaii
Beschrijving This extension allows you to blur page elements for the purpose of screen captures or recordings.
Bestandsgrootte 87.73 KB
Aantal Installaties 64
Huidige Versie 1.0
Laatst Bijgewerkt 2020-08-25
Publicatiedatum 2020-08-24
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Clinton McKay
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}