Spy
This extension allows you to quickly see a DOM element's attributes by simply hovering your mouse over it inside your browser.
Hvad er Spy?
Spy er en Chrome-udvidelse udviklet af Eno, og dens hovedfunktion er "This extension allows you to quickly see a DOM element's attributes by simply hovering your mouse over it inside your browser.".
Udvidelsesskærmbilleder
Download Spy-udvidelses-CRX-fil
Download Spy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
此扩展允许您在浏览器中将鼠标悬停在DOM元素上,从而快速查看该元素的属性。 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | fjidbhefebofcjhnjbifaejndlhlffoo |
| Officiel URL | https://chromewebstore.google.com/detail/spy/fjidbhefebofcjhnjbifaejndlhlffoo |
| Beskrivelse | This extension allows you to quickly see a DOM element's attributes by simply hovering your mouse over it inside your browser. |
| Filstørrelse | 1.05 MB |
| Antal Installationer | 107 |
| Nuværende Version | 0.74 |
| Senest Opdateret | 2019-12-04 |
| Udgivelsesdato | 2019-12-02 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | Eno |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/Wscats/UBC |
| Hjælpeside-URL | https://github.com/Wscats/UBC/issues/new |
| Understøttede Sprog | 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"
}
}
} | |