H-tag

This extension will show tag on page

Cos'è H-tag?

H-tag è un'estensione di Chrome sviluppata da getnpower, e la sua funzione principale è "This extension will show tag on page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione H-tag

Scarica i file di estensione H-tag 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

                        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.                    

Informazioni di Base sull'Estensione

Nome H-tag H-tag
ID fjigfcghoooegmndmejpoeoodplfmoca
URL Ufficiale https://chromewebstore.google.com/detail/h-tag/fjigfcghoooegmndmejpoeoodplfmoca
Descrizione This extension will show tag on page
Dimensione del File 13.21 KB
Conteggio Installazioni 10,000
Versione Corrente 1.02
Ultimo Aggiornamento 2021-05-14
Data di Pubblicazione 2018-06-23
Valutazione 5.00/5 Totale 9 Valutazioni
Sviluppatore getnpower
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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:\/\/*\/*"
    ]
}