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
官方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'"
}