Validate Schema in Schema Markup Validator

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

Qu'est-ce que Validate Schema in Schema Markup Validator ?

Validate Schema in Schema Markup Validator est une extension Chrome développée par Break The Web, et sa fonction principale est "Open the current tab in Schema.org Validator by Break The Web".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Validate Schema in Schema Markup Validator

Téléchargez les fichiers d'extension Validate Schema in Schema Markup Validator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Validate Schema in Schema Markup Validator Validate Schema in Schema Markup Validator
ID bambpgngabopanfbbpkknnogpomkaipp
URL Officiel https://chromewebstore.google.com/detail/validate-schema-in-schema/bambpgngabopanfbbpkknnogpomkaipp
Description Open the current tab in Schema.org Validator by Break The Web
Taille du Fichier 75.62 KB
Nombre d'Installations 4,159
Version Actuelle 1.5
Dernière Mise à Jour 2023-12-20
Date de Publication 2021-05-10
Évaluation 4.00/5 Total 3 Évaluations
Développeur Break The Web
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://breaktheweb.agency
URL de la Page d'Aide https://breaktheweb.agency/say-hello
Langues Prises en Charge 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"
    ]
}