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
官方網址 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"
    ]
}