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开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to blur page elements for the purpose of screen captures or recordings.”。

扩展截图

screenshot

下载Squint Blur Tool扩展crx文件

下载Squint Blur Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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