HTML Attribute Value Finder

This extension finds the value of an attribute of an HTML element on the page.

O que é HTML Attribute Value Finder?

HTML Attribute Value Finder é uma extensão do Chrome desenvolvida por Joey Albano, e sua principal característica é "This extension finds the value of an attribute of an HTML element on the page.".

Baixar o arquivo CRX da Extensão HTML Attribute Value Finder

Baixe arquivos de extensão HTML Attribute Value 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

                        Finds the value of HTML attributes on the current page.                    

Informações Básicas da Extensão

Nome HTML Attribute Value Finder HTML Attribute Value Finder
ID dpibfajbckgioeeiihpjdgbhdpbdjmfi
URL Oficial https://chromewebstore.google.com/detail/html-attribute-value-find/dpibfajbckgioeeiihpjdgbhdpbdjmfi
Descrição This extension finds the value of an attribute of an HTML element on the page.
Tamanho do Arquivo 237 KB
Contagem de Instalações 48
Versão Atual 2.0
Última Atualização 2017-12-28
Data de Publicação 2017-12-27
Desenvolvedor Joey Albano
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTML Attribute Value Finder",
    "description": "This extension finds the value of an attribute of an HTML element on the page.",
    "version": "2.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}