Spy
This extension allows you to quickly see a DOM element's attributes by simply hovering your mouse over it inside your browser.
Apa itu Spy?
Spy adalah ekstensi Chrome yang dikembangkan oleh Eno, dan fitur utamanya adalah "This extension allows you to quickly see a DOM element's attributes by simply hovering your mouse over it inside your browser.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Spy
Unduh file ekstensi Spy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
此扩展允许您在浏览器中将鼠标悬停在DOM元素上,从而快速查看该元素的属性。
Informasi Dasar Ekstensi
Nama | Spy |
ID | fjidbhefebofcjhnjbifaejndlhlffoo |
URL Resmi | https://chromewebstore.google.com/detail/spy/fjidbhefebofcjhnjbifaejndlhlffoo |
Deskripsi | This extension allows you to quickly see a DOM element's attributes by simply hovering your mouse over it inside your browser. |
Ukuran File | 1.05 MB |
Jumlah Instalasi | 107 |
Versi Saat Ini | 0.74 |
Terakhir Diperbarui | 2019-12-04 |
Tanggal Publikasi | 2019-12-02 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Eno |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/Wscats/UBC |
URL Halaman Bantuan | https://github.com/Wscats/UBC/issues/new |
Bahasa yang Didukung | 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" } } } |