Rich Results Test (Current Page)

Tests current page for Rich Results Schemas

What is Rich Results Test (Current Page)?

Rich Results Test (Current Page) is a Chrome extension developed by Unknown, and its main feature is "Tests current page for Rich Results Schemas".

Extension Screenshots

screenshot

Download Rich Results Test (Current Page) Extension CRX File

Download Rich Results Test (Current Page) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Rich Results Test (Current Page) Rich Results Test (Current Page)
ID phdmafdkpgkmbbdkmlajmflmgmcapaoj
Official URL https://chromewebstore.google.com/detail/rich-results-test-current/phdmafdkpgkmbbdkmlajmflmgmcapaoj
Description Tests current page for Rich Results Schemas
File Size 48.58 KB
Installation Count 155
Current Version 0.0.0.1
Last Updated 2019-10-11
Publish Date 2019-10-09
Developer Unknown
Payment Type free
Supported Languages 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"
    ]
}