Squaredance Pixel Helper

Squaredance Pixel Helper - A Chrome Extension

什麼是Squaredance Pixel Helper?

Squaredance Pixel Helper是由Squaredance開發的Chrome擴展程式,該擴展的主要功能是“Squaredance Pixel Helper - A Chrome Extension”。

擴展截圖

screenshot
screenshot

下載Squaredance Pixel Helper擴展crx文件

下載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
官方網址 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'"
}