Semantic inspector

This extension shows you a structure written with HTML Microdata.

什麼是Semantic inspector?

Semantic inspector是由https://www.eisbahn.jp/yoichiro開發的Chrome擴展程式,該擴展的主要功能是“This extension shows you a structure written with HTML Microdata.”。

擴展截圖

screenshot

下載Semantic inspector擴展crx文件

下載Semantic inspector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Currently, some search engines and social networking services can understand and use a HTML Microdata for providing users more rich experiences. Therefore a Web site owner and a content providers must support its specification and must write a semantic into their pages. However, this is not easy generally. At least, I think that its confirmation should be more easily.

This extension can parse a Web page and understand a structure of items, and shows you it with a simple way which you click only a button of this extension.

The first version is supporting HTML Microdata only. Other specifications will be supported.

[Privacy policy]
This extension collects an usage information by Google Analytics, but it never send a personal information, Web sites information and etc. to Google Analytics. And, a cookie will be used for tracking.

History:
  Version 1.2.2: January 20th, 2017
    - Support local document.
  Version 1.2.1: January 20th, 2017
    - Fix an issue about generating parent-children relations of each node.
  Version 1.2.0: April 14th, 2015
    - Supported @itemprop-reverse property.
  Version 1.1.0: July 19th, 2012
    - Supported an itemid property, and fixed the problem which supporting tags to be processed especially were not enough.
  Version 1.0.0: July 19th, 2012
    - Released the initial version.                    

擴展基本資訊

名稱 Semantic inspector Semantic inspector
ID jobakbebljifplmcapcooffdbdmfdbjh
官方網址 https://chromewebstore.google.com/detail/semantic-inspector/jobakbebljifplmcapcooffdbdmfdbjh
簡介 This extension shows you a structure written with HTML Microdata.
檔案大小 49.44 KB
安裝次數 5,218
目前版本 1.2.2
更新時間 2017-01-20
上架時間 2017-01-19
評分 3.85/5 共 40 次評分
開發者 https://www.eisbahn.jp/yoichiro
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/yoichiro/semantic_inspector
說明頁面URL https://github.com/yoichiro/semantic_inspector/issues
隱私政策頁面URL https://docs.google.com/document/d/1myRcC5_FuxhNMvQ8TwjCio7tzvM4ejZPJdxUa2n7bWY/edit?usp=sharing
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Semantic inspector",
    "description": "__MSG_extDescription__",
    "version": "1.2.2",
    "icons": {
        "48": ".\/icon48.png",
        "128": ".\/icon128.png"
    },
    "background": {
        "page": ".\/background.html"
    },
    "page_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/\/*"
    ],
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}