Semantic inspector
This extension shows you a structure written with HTML Microdata.
Semantic inspector क्या है?
Semantic inspector https://www.eisbahn.jp/yoichiro द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension shows you a structure written with HTML Microdata."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Semantic inspector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'" } |