Rich Results Test (Current Page)

Tests current page for Rich Results Schemas

Cos'è Rich Results Test (Current Page)?

Rich Results Test (Current Page) è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Tests current page for Rich Results Schemas".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Rich Results Test (Current Page)

Scarica i file di estensione Rich Results Test (Current Page) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Rich Results Test (Current Page) Rich Results Test (Current Page)
ID phdmafdkpgkmbbdkmlajmflmgmcapaoj
URL Ufficiale https://chromewebstore.google.com/detail/rich-results-test-current/phdmafdkpgkmbbdkmlajmflmgmcapaoj
Descrizione Tests current page for Rich Results Schemas
Dimensione del File 48.58 KB
Conteggio Installazioni 155
Versione Corrente 0.0.0.1
Ultimo Aggiornamento 2019-10-11
Data di Pubblicazione 2019-10-09
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}