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.”。

擴展截圖

screenshot

下載Spy擴展crx文件

下載Spy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        此扩展允许您在浏览器中将鼠标悬停在DOM元素上,从而快速查看该元素的属性。                    

擴展基本資訊

名稱 Spy Spy
ID fjidbhefebofcjhnjbifaejndlhlffoo
官方網址 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"
        }
    }
}