Validate Schema in Schema Markup Validator

Open the current tab in Schema.org Validator by Break The Web

What is Validate Schema in Schema Markup Validator?

Validate Schema in Schema Markup Validator is a Chrome extension developed by Break The Web, and its main feature is "Open the current tab in Schema.org Validator by Break The Web".

Extension Screenshots

screenshot

Download Validate Schema in Schema Markup Validator Extension CRX File

Download Validate Schema in Schema Markup Validator 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

                        Want to open a URL quickly in the Schema.org Markup Validator (SMV)? The extension allows you to open the URL you're currently viewing in the Validator.

Easily and seamlessly open the current URL by clicking on the Chrome Extension.

Schema.org's Markup Validator will open with the URL appended to help you save time in your SEO research.                    

Extension Basic Information

Name Validate Schema in Schema Markup Validator Validate Schema in Schema Markup Validator
ID bambpgngabopanfbbpkknnogpomkaipp
Official URL https://chromewebstore.google.com/detail/validate-schema-in-schema/bambpgngabopanfbbpkknnogpomkaipp
Description Open the current tab in Schema.org Validator by Break The Web
File Size 75.62 KB
Installation Count 4,159
Current Version 1.5
Last Updated 2023-12-20
Publish Date 2021-05-10
Rating 4.00/5 Total 3 Ratings
Developer Break The Web
Email [email protected]
Payment Type free
Extension Website https://breaktheweb.agency
Help Page URL https://breaktheweb.agency/say-hello
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Validate Schema in Schema Markup Validator",
    "short_name": "Validate Schema in Schema Markup Validator",
    "version": "1.5",
    "manifest_version": 3,
    "background": {
        "service_worker": "schemavalidator.js"
    },
    "description": "Open the current tab in Schema.org Validator by Break The Web",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png"
    },
    "action": {
        "default_icon": {
            "19": "icon.png"
        },
        "default_title": "Validate Schema in Schema Markup Validator"
    },
    "permissions": [
        "tabs"
    ]
}