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
电子邮箱 [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:\/\/*\/*"
    ]
}