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
Eメール [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'"
}