H-tag

This extension will show tag on page

O que é H-tag?

H-tag é uma extensão do Chrome desenvolvida por getnpower, e sua principal característica é "This extension will show tag on page".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão H-tag

Baixe arquivos de extensão H-tag 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

                        This extension show all H1, H2, H3, H4, H5 and H6 tags on page.
Very simple and useful extension for SEO  specialists and web content makers.
To view the tags, click the "Show tag" button. To view the page in its original - click the "Hide tag" button.
With this extension, you can easily check the structure of  tag on your page.                    

Informações Básicas da Extensão

Nome H-tag H-tag
ID fjigfcghoooegmndmejpoeoodplfmoca
URL Oficial https://chromewebstore.google.com/detail/h-tag/fjigfcghoooegmndmejpoeoodplfmoca
Descrição This extension will show tag on page
Tamanho do Arquivo 13.21 KB
Contagem de Instalações 10,000
Versão Atual 1.02
Última Atualização 2021-05-14
Data de Publicação 2018-06-23
Classificação 5.00/5 Total de 9 Avaliações
Desenvolvedor getnpower
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": "H-tag",
    "short_name": "H-tag",
    "description": "This extension will show  tag on page",
    "version": "1.02",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon\/16.png",
            "32": "icon\/32.png",
            "48": "icon\/48.png",
            "128": "icon\/128.png"
        }
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}