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 |
| Eメール | [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"
}
}
} | |