Rich Results Test (Current Page)

Tests current page for Rich Results Schemas

Rich Results Test (Current Page)คืออะไร?

Rich Results Test (Current Page) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Tests current page for Rich Results Schemas"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rich Results Test (Current Page)

ดาวน์โหลดไฟล์ส่วนขยาย Rich Results Test (Current Page) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This plugin enables users to test the current page for Rich Results schemas using Google's Rich Results Checker Tool.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Rich Results Test (Current Page) Rich Results Test (Current Page)
ID phdmafdkpgkmbbdkmlajmflmgmcapaoj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rich-results-test-current/phdmafdkpgkmbbdkmlajmflmgmcapaoj
คำอธิบาย Tests current page for Rich Results Schemas
ขนาดไฟล์ 48.58 KB
จำนวนการติดตั้ง 155
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2019-10-11
วันที่เผยแพร่ 2019-10-09
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rich Results Test (Current Page)",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "description": "Tests current page for Rich Results Schemas",
    "homepage_url": "https:\/\/lukestorer.co.uk",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Rich Results Test",
        "default_icon": "icon.png"
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs"
    ]
}