H-tag

This extension will show tag on page

H-tagとは何ですか?

H-tagはgetnpowerによって開発されたChromeの拡張機能で、その主な機能は「This extension will show tag on page」です。

拡張機能のスクリーンショット

screenshot

H-tag拡張機能のCRXファイルをダウンロード

H-tag拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 H-tag H-tag
ID fjigfcghoooegmndmejpoeoodplfmoca
公式URL https://chromewebstore.google.com/detail/h-tag/fjigfcghoooegmndmejpoeoodplfmoca
説明 This extension will show tag on page
ファイルサイズ 13.21 KB
インストール数 10,000
現在のバージョン 1.02
最終更新日 2021-05-14
公開日 2018-06-23
評価 5.00/5 合計 9 レビュー
開発者 getnpower
Eメール [email protected]
支払い方法 free
対応言語 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:\/\/*\/*"
    ]
}