Spy
This extension allows you to quickly see a DOM element's attributes by simply hovering your mouse over it inside your browser.
Vad är Spy?
Spy är en Chrome-tillägg utvecklad av Eno, och dess huvudfunktion är "This extension allows you to quickly see a DOM element's attributes by simply hovering your mouse over it inside your browser.".
Tilläggsskärmbilder
Ladda ner Spy-förlängningens CRX-fil
Ladda ner Spy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
此扩展允许您在浏览器中将鼠标悬停在DOM元素上,从而快速查看该元素的属性。 Grundläggande Information om Tillägg
| Namn | |
| ID | fjidbhefebofcjhnjbifaejndlhlffoo |
| Officiell webbadress | https://chromewebstore.google.com/detail/spy/fjidbhefebofcjhnjbifaejndlhlffoo |
| Beskrivning | This extension allows you to quickly see a DOM element's attributes by simply hovering your mouse over it inside your browser. |
| Filstorlek | 1.05 MB |
| Antal Installationer | 107 |
| Aktuell Version | 0.74 |
| Senast Uppdaterad | 2019-12-04 |
| Publiceringsdatum | 2019-12-02 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Eno |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/Wscats/UBC |
| Hjälpsida URL | https://github.com/Wscats/UBC/issues/new |
| Stödda Språk | 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"
}
}
} | |