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
Eメール [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"
    ]
}