Spy

This extension allows you to quickly see a DOM element's attributes by simply hovering your mouse over it inside your browser.

Spy là gì?

Spy là một tiện ích mở rộng Chrome được phát triển bởi Eno, và tính năng chính của nó là "This extension allows you to quickly see a DOM element's attributes by simply hovering your mouse over it inside your browser.".

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

screenshot

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

Tải xuống các tệp mở rộng Spy 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

                        此扩展允许您在浏览器中将鼠标悬停在DOM元素上,从而快速查看该元素的属性。                    

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

Tên Spy Spy
ID fjidbhefebofcjhnjbifaejndlhlffoo
URL Chính Thức https://chromewebstore.google.com/detail/spy/fjidbhefebofcjhnjbifaejndlhlffoo
Mô tả This extension allows you to quickly see a DOM element's attributes by simply hovering your mouse over it inside your browser.
Kích Thước Tệp 1.05 MB
Số Lần Cài Đặt 107
Phiên Bản Hiện Tại 0.74
Cập Nhật Lần Cuối 2019-12-04
Ngày Phát Hành 2019-12-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Eno
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Wscats/UBC
URL Trang Trợ Giúp https://github.com/Wscats/UBC/issues/new
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spy",
    "manifest_version": 2,
    "version": "0.74",
    "description": "This extension allows you to quickly see a DOM element's attributes by simply hovering your mouse over it inside your browser.",
    "icons": {
        "16": "public\/icon\/eno-logo-128.png",
        "48": "public\/icon\/eno-logo-128.png",
        "128": "public\/icon\/eno-logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "dist\/axios.min.js",
                "dist\/index.dev.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "",
        "default_icon": {
            "16": "public\/icon\/eno-logo-128.png",
            "48": "public\/icon\/eno-logo-128.png",
            "128": "public\/icon\/eno-logo-128.png"
        }
    }
}