Rich Results Test (Current Page)

Tests current page for Rich Results Schemas

Rich Results Test (Current Page) là gì?

Rich Results Test (Current Page) là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Tests current page for Rich Results Schemas".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rich Results Test (Current Page)

Tải xuống các tệp mở rộng Rich Results Test (Current Page) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rich Results Test (Current Page) Rich Results Test (Current Page)
ID phdmafdkpgkmbbdkmlajmflmgmcapaoj
URL Chính Thức https://chromewebstore.google.com/detail/rich-results-test-current/phdmafdkpgkmbbdkmlajmflmgmcapaoj
Mô tả Tests current page for Rich Results Schemas
Kích Thước Tệp 48.58 KB
Số Lần Cài Đặt 155
Phiên Bản Hiện Tại 0.0.0.1
Cập Nhật Lần Cuối 2019-10-11
Ngày Phát Hành 2019-10-09
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}