Rich Results Test (Current Page)

Tests current page for Rich Results Schemas

O que é Rich Results Test (Current Page)?

Rich Results Test (Current Page) é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Tests current page for Rich Results Schemas".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Rich Results Test (Current Page)

Baixe arquivos de extensão Rich Results Test (Current Page) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Rich Results Test (Current Page) Rich Results Test (Current Page)
ID phdmafdkpgkmbbdkmlajmflmgmcapaoj
URL Oficial https://chromewebstore.google.com/detail/rich-results-test-current/phdmafdkpgkmbbdkmlajmflmgmcapaoj
Descrição Tests current page for Rich Results Schemas
Tamanho do Arquivo 48.58 KB
Contagem de Instalações 155
Versão Atual 0.0.0.1
Última Atualização 2019-10-11
Data de Publicação 2019-10-09
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}