Validate Schema in Schema Markup Validator

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

什么是Validate Schema in Schema Markup Validator?

Validate Schema in Schema Markup Validator是由Break The Web开发的Chrome扩展程序,该扩展的主要功能是“Open the current tab in Schema.org Validator by Break The Web”。

扩展截图

screenshot

下载Validate Schema in Schema Markup Validator扩展crx文件

下载Validate Schema in Schema Markup Validator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Validate Schema in Schema Markup Validator Validate Schema in Schema Markup Validator
ID bambpgngabopanfbbpkknnogpomkaipp
官方URL https://chromewebstore.google.com/detail/validate-schema-in-schema/bambpgngabopanfbbpkknnogpomkaipp
简介 Open the current tab in Schema.org Validator by Break The Web
文件大小 75.62 KB
安装次数 4,159
当前版本 1.5
更新时间 2023-12-20
上架时间 2021-05-10
评分 4.00/5 共3次评分
开发者 Break The Web
电子邮箱 [email protected]
付费类型 free
扩展官网 https://breaktheweb.agency
帮助页面URL https://breaktheweb.agency/say-hello
支持的语言 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"
    ]
}