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."입니다.
확장 프로그램 스크린샷
Semantic inspector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
ID | jobakbebljifplmcapcooffdbdmfdbjh |
공식 URL | 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'" } |