Spy
This extension allows you to quickly see a DOM element's attributes by simply hovering your mouse over it inside your browser.
什么是Spy?
Spy是由Eno开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to quickly see a DOM element's attributes by simply hovering your mouse over it inside your browser.”。
扩展截图
下载Spy扩展crx文件
下载Spy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
此扩展允许您在浏览器中将鼠标悬停在DOM元素上,从而快速查看该元素的属性。 扩展基本信息
| 名称 | |
| ID | fjidbhefebofcjhnjbifaejndlhlffoo |
| 官方URL | https://chromewebstore.google.com/detail/spy/fjidbhefebofcjhnjbifaejndlhlffoo |
| 简介 | This extension allows you to quickly see a DOM element's attributes by simply hovering your mouse over it inside your browser. |
| 文件大小 | 1.05 MB |
| 安装次数 | 107 |
| 当前版本 | 0.74 |
| 更新时间 | 2019-12-04 |
| 上架时间 | 2019-12-02 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Eno |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/Wscats/UBC |
| 帮助页面URL | https://github.com/Wscats/UBC/issues/new |
| 支持的语言 | 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"
}
}
} | |