Extract Structured Data

Extract Structured Data

What is Extract Structured Data?

Extract Structured Data is a Chrome extension developed by guha, and its main feature is "Extract Structured Data".

Download Extract Structured Data Extension CRX File

Download Extract Structured Data extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Show the schema.org data on a page.                    

Extension Basic Information

Name Extract Structured Data Extract Structured Data
ID njkahidldapgogfdnomaihimpaboknbk
Official URL https://chrome.google.com/webstore/detail/extract-structured-data/njkahidldapgogfdnomaihimpaboknbk
Description Extract Structured Data
File Size 5.25 KB
Installation Count 44
Current Version 1.0.3
Last Updated 2018-02-20
Publish Date 2018-02-20
Developer guha
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extract Structured Data",
    "short_name": "ESD",
    "description": "Extract Structured Data",
    "version": "1.0.3",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "logo.png",
        "default_title": "Structured Data"
    },
    "manifest_version": 2
}