HTML ID Finder

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

O que é HTML ID Finder?

HTML ID Finder é uma extensão do Chrome desenvolvida por mateuskuritza, e sua principal característica é "Switch extension on/off with CTRL + B. Easily locate the ID values of elements on any webpage.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão HTML ID Finder

Baixe arquivos de extensão HTML ID Finder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome HTML ID Finder HTML ID Finder
ID djemnfgdmmgopgnhcodpjhjjlfkoeano
URL Oficial https://chromewebstore.google.com/detail/html-id-finder/djemnfgdmmgopgnhcodpjhjjlfkoeano
Descrição Switch extension on/off with CTRL + B. Easily locate the ID values of elements on any webpage.
Tamanho do Arquivo 10.49 KB
Contagem de Instalações 49
Versão Atual 0.0.0.1
Última Atualização 2023-04-04
Data de Publicação 2023-04-03
Desenvolvedor mateuskuritza
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}