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 هو إضافة Chrome تم تطويرها بواسطة Break The Web، والميزة الرئيسية لها هي "Open the current tab in Schema.org Validator by Break The Web".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Validate Schema in Schema Markup Validator

قم بتنزيل ملفات الامتداد Validate Schema in Schema Markup Validator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    ]
}