HTML ID Finder

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

Cos'è HTML ID Finder?

HTML ID Finder è un'estensione di Chrome sviluppata da mateuskuritza, e la sua funzione principale è "Switch extension on/off with CTRL + B. Easily locate the ID values of elements on any webpage.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione HTML ID Finder

Scarica i file di estensione HTML ID Finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome HTML ID Finder HTML ID Finder
ID djemnfgdmmgopgnhcodpjhjjlfkoeano
URL Ufficiale https://chromewebstore.google.com/detail/html-id-finder/djemnfgdmmgopgnhcodpjhjjlfkoeano
Descrizione Switch extension on/off with CTRL + B. Easily locate the ID values of elements on any webpage.
Dimensione del File 10.49 KB
Conteggio Installazioni 49
Versione Corrente 0.0.0.1
Ultimo Aggiornamento 2023-04-04
Data di Pubblicazione 2023-04-03
Sviluppatore mateuskuritza
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}