H-tag

This extension will show tag on page

Co to jest H-tag?

H-tag to rozszerzenie Chrome opracowane przez getnpower, a jego główną funkcją jest „This extension will show tag on page”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia H-tag

Pobierz pliki rozszerzeń H-tag w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa H-tag H-tag
ID fjigfcghoooegmndmejpoeoodplfmoca
Oficjalny URL https://chromewebstore.google.com/detail/h-tag/fjigfcghoooegmndmejpoeoodplfmoca
Opis This extension will show tag on page
Rozmiar pliku 13.21 KB
Liczba instalacji 10,000
Aktualna Wersja 1.02
Ostatnia Aktualizacja 2021-05-14
Data Publikacji 2018-06-23
Ocena 5.00/5 Łącznie 9 Oceny
Deweloper getnpower
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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:\/\/*\/*"
    ]
}