Spy

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

Wat is Spy?

Spy is een Chrome-extensie ontwikkeld door Eno, en de belangrijkste functie is "This extension allows you to quickly see a DOM element's attributes by simply hovering your mouse over it inside your browser.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Spy

Download Spy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Spy Spy
ID fjidbhefebofcjhnjbifaejndlhlffoo
Officiële URL https://chromewebstore.google.com/detail/spy/fjidbhefebofcjhnjbifaejndlhlffoo
Beschrijving This extension allows you to quickly see a DOM element's attributes by simply hovering your mouse over it inside your browser.
Bestandsgrootte 1.05 MB
Aantal Installaties 107
Huidige Versie 0.74
Laatst Bijgewerkt 2019-12-04
Publicatiedatum 2019-12-02
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Eno
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Wscats/UBC
Help Pagina-URL https://github.com/Wscats/UBC/issues/new
Ondersteunde Talen 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"
        }
    }
}