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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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"
    ]
}