Rich Results Test (Current Page)

Tests current page for Rich Results Schemas

Что такое Rich Results Test (Current Page)?

Rich Results Test (Current Page) - это расширение Chrome, разработанное Unknown, и его основная функция - "Tests current page for Rich Results Schemas".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Rich Results Test (Current Page)

Скачайте файлы расширений 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"
    ]
}