Validate Schema in Schema Markup Validator

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

Cos'è Validate Schema in Schema Markup Validator?

Validate Schema in Schema Markup Validator è un'estensione di Chrome sviluppata da Break The Web, e la sua funzione principale è "Open the current tab in Schema.org Validator by Break The Web".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Validate Schema in Schema Markup Validator

Scarica i file di estensione Validate Schema in Schema Markup Validator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Validate Schema in Schema Markup Validator Validate Schema in Schema Markup Validator
ID bambpgngabopanfbbpkknnogpomkaipp
URL Ufficiale https://chromewebstore.google.com/detail/validate-schema-in-schema/bambpgngabopanfbbpkknnogpomkaipp
Descrizione Open the current tab in Schema.org Validator by Break The Web
Dimensione del File 75.62 KB
Conteggio Installazioni 4,159
Versione Corrente 1.5
Ultimo Aggiornamento 2023-12-20
Data di Pubblicazione 2021-05-10
Valutazione 4.00/5 Totale 3 Valutazioni
Sviluppatore Break The Web
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://breaktheweb.agency
URL della Pagina di Aiuto https://breaktheweb.agency/say-hello
Lingue Supportate 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"
    ]
}