Semantic HTML Viewer

Chrome extension to reveal the usage of semantic HTML tags on any website.

什么是Semantic HTML Viewer?

Semantic HTML Viewer是由Tiago Ferreira开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension to reveal the usage of semantic HTML tags on any website.”。

扩展截图

screenshot

下载Semantic HTML Viewer扩展crx文件

下载Semantic HTML Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Reveal the semantic HTML used by any website.                    

扩展基本信息

名称 Semantic HTML Viewer Semantic HTML Viewer
ID glapikbnefnagjolgppjefchjkjffhog
官方URL https://chrome.google.com/webstore/detail/semantic-html-viewer/glapikbnefnagjolgppjefchjkjffhog
简介 Chrome extension to reveal the usage of semantic HTML tags on any website.
文件大小 316 KB
安装次数 1,000
当前版本 0.0.3
更新时间 2019-09-30
上架时间 2019-09-30
评分 4.50/5 共2次评分
开发者 Tiago Ferreira
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Semantic HTML Viewer",
    "version": "0.0.3",
    "description": "Chrome extension to reveal the usage of semantic HTML tags on any website.",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "36": "images\/android-icon-36x36.png",
            "48": "images\/android-icon-48x48.png",
            "72": "images\/android-icon-72x72.png",
            "96": "images\/android-icon-96x96.png",
            "144": "images\/android-icon-144x144.png",
            "192": "images\/android-icon-192x192.png"
        }
    },
    "icons": {
        "36": "images\/android-icon-36x36.png",
        "48": "images\/android-icon-48x48.png",
        "72": "images\/android-icon-72x72.png",
        "96": "images\/android-icon-96x96.png",
        "144": "images\/android-icon-144x144.png",
        "192": "images\/android-icon-192x192.png"
    },
    "manifest_version": 2
}