Spy

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

What is Spy?

Spy is a Chrome extension developed by Eno, and its main feature is "This extension allows you to quickly see a DOM element's attributes by simply hovering your mouse over it inside your browser.".

Extension Screenshots

screenshot

Download Spy Extension CRX File

Download Spy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Spy Spy
ID fjidbhefebofcjhnjbifaejndlhlffoo
Official URL https://chromewebstore.google.com/detail/spy/fjidbhefebofcjhnjbifaejndlhlffoo
Description This extension allows you to quickly see a DOM element's attributes by simply hovering your mouse over it inside your browser.
File Size 1.05 MB
Installation Count 107
Current Version 0.74
Last Updated 2019-12-04
Publish Date 2019-12-02
Rating 5.00/5 Total 1 Ratings
Developer Eno
Email [email protected]
Payment Type free
Extension Website https://github.com/Wscats/UBC
Help Page URL https://github.com/Wscats/UBC/issues/new
Supported Languages 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"
        }
    }
}