Validate Schema in Schema Markup Validator

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

Wat is Validate Schema in Schema Markup Validator?

Validate Schema in Schema Markup Validator is een Chrome-extensie ontwikkeld door Break The Web, en de belangrijkste functie is "Open the current tab in Schema.org Validator by Break The Web".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Validate Schema in Schema Markup Validator

Download Validate Schema in Schema Markup Validator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Validate Schema in Schema Markup Validator Validate Schema in Schema Markup Validator
ID bambpgngabopanfbbpkknnogpomkaipp
Officiële URL https://chromewebstore.google.com/detail/validate-schema-in-schema/bambpgngabopanfbbpkknnogpomkaipp
Beschrijving Open the current tab in Schema.org Validator by Break The Web
Bestandsgrootte 75.62 KB
Aantal Installaties 4,159
Huidige Versie 1.5
Laatst Bijgewerkt 2023-12-20
Publicatiedatum 2021-05-10
Beoordeling 4.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Break The Web
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://breaktheweb.agency
Help Pagina-URL https://breaktheweb.agency/say-hello
Ondersteunde Talen 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"
    ]
}