HTML ID Finder

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

What is HTML ID Finder?

HTML ID Finder is a Chrome extension developed by mateuskuritza, and its main feature is "Switch extension on/off with CTRL + B. Easily locate the ID values of elements on any webpage.".

Extension Screenshots

screenshot

Download HTML ID Finder Extension CRX File

Download HTML ID Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name HTML ID Finder HTML ID Finder
ID djemnfgdmmgopgnhcodpjhjjlfkoeano
Official URL https://chromewebstore.google.com/detail/html-id-finder/djemnfgdmmgopgnhcodpjhjjlfkoeano
Description Switch extension on/off with CTRL + B. Easily locate the ID values of elements on any webpage.
File Size 10.49 KB
Installation Count 49
Current Version 0.0.0.1
Last Updated 2023-04-04
Publish Date 2023-04-03
Developer mateuskuritza
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}