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
官方網址 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"
            ]
        }
    ]
}