Rich Results Test (Current Page)
Tests current page for Rich Results Schemas
Co to jest Rich Results Test (Current Page)?
Rich Results Test (Current Page) to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Tests current page for Rich Results Schemas”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Rich Results Test (Current Page)
Pobierz pliki rozszerzeń Rich Results Test (Current Page) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This plugin enables users to test the current page for Rich Results schemas using Google's Rich Results Checker Tool.
Podstawowe informacje o rozszerzeniu
Nazwa | Rich Results Test (Current Page) |
ID | phdmafdkpgkmbbdkmlajmflmgmcapaoj |
Oficjalny URL | https://chromewebstore.google.com/detail/rich-results-test-current/phdmafdkpgkmbbdkmlajmflmgmcapaoj |
Opis | Tests current page for Rich Results Schemas |
Rozmiar pliku | 48.58 KB |
Liczba instalacji | 155 |
Aktualna Wersja | 0.0.0.1 |
Ostatnia Aktualizacja | 2019-10-11 |
Data Publikacji | 2019-10-09 |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |