Squaredance Pixel Helper

Squaredance Pixel Helper - A Chrome Extension

Squaredance Pixel Helper là gì?

Squaredance Pixel Helper là một tiện ích mở rộng Chrome được phát triển bởi Squaredance, và tính năng chính của nó là "Squaredance Pixel Helper - A Chrome Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Squaredance Pixel Helper

Tải xuống các tệp mở rộng Squaredance Pixel Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Inspect and debug the events generated by the Squaredance Pixel                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Squaredance Pixel Helper Squaredance Pixel Helper
ID lkinepihoopcnfblhbbmnjeohihijcla
URL Chính Thức https://chromewebstore.google.com/detail/squaredance-pixel-helper/lkinepihoopcnfblhbbmnjeohihijcla
Mô tả Squaredance Pixel Helper - A Chrome Extension
Kích Thước Tệp 1.29 MB
Số Lần Cài Đặt 431
Phiên Bản Hiện Tại 4.1.0
Cập Nhật Lần Cuối 2024-03-01
Ngày Phát Hành 2019-11-21
Nhà Phát Triển Squaredance
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://squaredance.io/
URL Trang Trợ Giúp https://helper.squaredance.io/
URL Trang Chính Sách Bảo Mật https://www.squaredance.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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'"
}