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 Clinton McKay द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to blur page elements for the purpose of screen captures or recordings."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Squint Blur Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}