Rich Results Test (Current Page)

Tests current page for Rich Results Schemas

Co je Rich Results Test (Current Page)?

Rich Results Test (Current Page) je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Tests current page for Rich Results Schemas“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Rich Results Test (Current Page)

Stáhněte si soubory rozšíření Rich Results Test (Current Page) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Rich Results Test (Current Page) Rich Results Test (Current Page)
ID phdmafdkpgkmbbdkmlajmflmgmcapaoj
Oficiální URL https://chromewebstore.google.com/detail/rich-results-test-current/phdmafdkpgkmbbdkmlajmflmgmcapaoj
Popis Tests current page for Rich Results Schemas
Velikost souboru 48.58 KB
Počet instalací 155
Aktuální Verze 0.0.0.1
Poslední Aktualizace 2019-10-11
Datum Vydání 2019-10-09
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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"
    ]
}