Validate Schema in Schema Markup Validator
Open the current tab in Schema.org Validator by Break The Web
Hvad er Validate Schema in Schema Markup Validator?
Validate Schema in Schema Markup Validator er en Chrome-udvidelse udviklet af Break The Web, og dens hovedfunktion er "Open the current tab in Schema.org Validator by Break The Web".
Udvidelsesskærmbilleder
Download Validate Schema in Schema Markup Validator-udvidelses-CRX-fil
Download Validate Schema in Schema Markup Validator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Validate Schema in Schema Markup Validator |
ID | bambpgngabopanfbbpkknnogpomkaipp |
Officiel URL | https://chromewebstore.google.com/detail/validate-schema-in-schema/bambpgngabopanfbbpkknnogpomkaipp |
Beskrivelse | Open the current tab in Schema.org Validator by Break The Web |
Filstørrelse | 75.62 KB |
Antal Installationer | 4,159 |
Nuværende Version | 1.5 |
Senest Opdateret | 2023-12-20 |
Udgivelsesdato | 2021-05-10 |
Bedømmelse | 4.00/5 Samlet 3 Bedømmelser |
Udvikler | Break The Web |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://breaktheweb.agency |
Hjælpeside-URL | https://breaktheweb.agency/say-hello |
Understøttede Sprog | 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" ] } |