HTML ID Finder

Switch extension on/off with CTRL + B. Easily locate the ID values of elements on any webpage.

什麼是HTML ID Finder?

HTML ID Finder是由mateuskuritza開發的Chrome擴展程式,該擴展的主要功能是“Switch extension on/off with CTRL + B. Easily locate the ID values of elements on any webpage.”。

擴展截圖

screenshot

下載HTML ID Finder擴展crx文件

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

擴展使用說明

                        Have you ever needed to find HTML element IDs for some reason? Find them quickly and easily.                    

擴展基本資訊

名稱 HTML ID Finder HTML ID Finder
ID djemnfgdmmgopgnhcodpjhjjlfkoeano
官方網址 https://chromewebstore.google.com/detail/html-id-finder/djemnfgdmmgopgnhcodpjhjjlfkoeano
簡介 Switch extension on/off with CTRL + B. Easily locate the ID values of elements on any webpage.
檔案大小 10.49 KB
安裝次數 49
目前版本 0.0.0.1
更新時間 2023-04-04
上架時間 2023-04-03
開發者 mateuskuritza
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HTML ID Finder",
    "description": "Switch extension on\/off with CTRL + B. Easily locate the ID values of elements on any webpage.",
    "version": "0.0.0.1",
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "permissions": [
        "clipboardWrite"
    ]
}