Validate Schema in Schema Markup Validator
Open the current tab in Schema.org Validator by Break The Web
O que é Validate Schema in Schema Markup Validator?
Validate Schema in Schema Markup Validator é uma extensão do Chrome desenvolvida por Break The Web, e sua principal característica é "Open the current tab in Schema.org Validator by Break The Web".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Validate Schema in Schema Markup Validator
Baixe arquivos de extensão Validate Schema in Schema Markup Validator 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
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.
Informações Básicas da Extensão
Nome | Validate Schema in Schema Markup Validator |
ID | bambpgngabopanfbbpkknnogpomkaipp |
URL Oficial | https://chromewebstore.google.com/detail/validate-schema-in-schema/bambpgngabopanfbbpkknnogpomkaipp |
Descrição | Open the current tab in Schema.org Validator by Break The Web |
Tamanho do Arquivo | 75.62 KB |
Contagem de Instalações | 4,159 |
Versão Atual | 1.5 |
Última Atualização | 2023-12-20 |
Data de Publicação | 2021-05-10 |
Classificação | 4.00/5 Total de 3 Avaliações |
Desenvolvedor | Break The Web |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://breaktheweb.agency |
URL da Página de Ajuda | https://breaktheweb.agency/say-hello |
Idiomas Suportados | 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" ] } |