H-tag

This extension will show tag on page

Qu'est-ce que H-tag ?

H-tag est une extension Chrome développée par getnpower, et sa fonction principale est "This extension will show tag on page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension H-tag

Téléchargez les fichiers d'extension H-tag au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom H-tag H-tag
ID fjigfcghoooegmndmejpoeoodplfmoca
URL Officiel https://chromewebstore.google.com/detail/h-tag/fjigfcghoooegmndmejpoeoodplfmoca
Description This extension will show tag on page
Taille du Fichier 13.21 KB
Nombre d'Installations 10,000
Version Actuelle 1.02
Dernière Mise à Jour 2021-05-14
Date de Publication 2018-06-23
Évaluation 5.00/5 Total 9 Évaluations
Développeur getnpower
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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:\/\/*\/*"
    ]
}