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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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