Rich Results Test (Current Page)

Tests current page for Rich Results Schemas

什么是Rich Results Test (Current Page)?

Rich Results Test (Current Page)是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Tests current page for Rich Results Schemas”。

扩展截图

screenshot

下载Rich Results Test (Current Page)扩展crx文件

下载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"
    ]
}