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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Clinton McKay และคุณลักษณะหลักของมันคือ "This extension allows you to blur page elements for the purpose of screen captures or recordings."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Squint Blur Tool

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}