Validate Schema in Schema Markup Validator
Open the current tab in Schema.org Validator by Break The Web
Co to jest Validate Schema in Schema Markup Validator?
Validate Schema in Schema Markup Validator to rozszerzenie Chrome opracowane przez Break The Web, a jego główną funkcją jest „Open the current tab in Schema.org Validator by Break The Web”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Validate Schema in Schema Markup Validator
Pobierz pliki rozszerzeń Validate Schema in Schema Markup Validator 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
Want to open a URL quickly in the Schema.org Markup Validator (SMV)? The extension allows you to open the URL you're currently viewing in the Validator. Easily and seamlessly open the current URL by clicking on the Chrome Extension. Schema.org's Markup Validator will open with the URL appended to help you save time in your SEO research.
Podstawowe informacje o rozszerzeniu
Nazwa | Validate Schema in Schema Markup Validator |
ID | bambpgngabopanfbbpkknnogpomkaipp |
Oficjalny URL | https://chromewebstore.google.com/detail/validate-schema-in-schema/bambpgngabopanfbbpkknnogpomkaipp |
Opis | Open the current tab in Schema.org Validator by Break The Web |
Rozmiar pliku | 75.62 KB |
Liczba instalacji | 4,159 |
Aktualna Wersja | 1.5 |
Ostatnia Aktualizacja | 2023-12-20 |
Data Publikacji | 2021-05-10 |
Ocena | 4.00/5 Łącznie 3 Oceny |
Deweloper | Break The Web |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://breaktheweb.agency |
Adres URL Strony Pomocy | https://breaktheweb.agency/say-hello |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Validate Schema in Schema Markup Validator", "short_name": "Validate Schema in Schema Markup Validator", "version": "1.5", "manifest_version": 3, "background": { "service_worker": "schemavalidator.js" }, "description": "Open the current tab in Schema.org Validator by Break The Web", "icons": { "128": "icon_128.png", "48": "icon_48.png" }, "action": { "default_icon": { "19": "icon.png" }, "default_title": "Validate Schema in Schema Markup Validator" }, "permissions": [ "tabs" ] } |