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
官方URL 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"
    ]
}