Squaredance Pixel Helper

Squaredance Pixel Helper - A Chrome Extension

Squaredance Pixel Helperคืออะไร?

Squaredance Pixel Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Squaredance และคุณลักษณะหลักของมันคือ "Squaredance Pixel Helper - A Chrome Extension"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Squaredance Pixel Helper

ดาวน์โหลดไฟล์ส่วนขยาย Squaredance Pixel Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Inspect and debug the events generated by the Squaredance Pixel                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Squaredance Pixel Helper Squaredance Pixel Helper
ID lkinepihoopcnfblhbbmnjeohihijcla
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/squaredance-pixel-helper/lkinepihoopcnfblhbbmnjeohihijcla
คำอธิบาย Squaredance Pixel Helper - A Chrome Extension
ขนาดไฟล์ 1.29 MB
จำนวนการติดตั้ง 431
เวอร์ชันปัจจุบัน 4.1.0
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2019-11-21
ผู้พัฒนา Squaredance
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://squaredance.io/
URL หน้าช่วยเหลือ https://helper.squaredance.io/
URL หน้านโยบายความเป็นส่วนตัว https://www.squaredance.io/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Squaredance Pixel Helper",
    "version": "4.1.0",
    "description": "Squaredance Pixel Helper - A Chrome Extension",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "tabs",
        "background",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "*:\/\/localhost\/*",
        ""
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+J",
                "mac": "Command+J"
            }
        }
    },
    "browser_action": {
        "default_title": "Squaredance Pixel Helper",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "persistent": true,
        "page": "pages\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}