AMP Validator
Automatically checks each page for AMP validation.
Wat is AMP Validator?
AMP Validator is een Chrome-extensie ontwikkeld door https://validator.ampproject.org, en de belangrijkste functie is "Automatically checks each page for AMP validation.".
Extensie Screenshots
Download het CRX-bestand van de extensie AMP Validator
Download AMP Validator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
The AMP Validator will check the current page to see if it is an AMP page and then run it through the AMP validator and report if the page passes (green) or fails (red) via the extension icon. If there are any warnings or errors it'll list the number underneath the extension icon and clicking the icon will display the warnings and/or errors. If the current page is not an AMP page and one is available via the extension icon turns blue and clicking it will load the AMP version of that page. By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://policies.google.com/.
Basisinformatie over de Extensie
Naam | AMP Validator |
ID | nmoffdblmcmgeicmolmhobpoocbbmknc |
Officiële URL | https://chromewebstore.google.com/detail/amp-validator/nmoffdblmcmgeicmolmhobpoocbbmknc |
Beschrijving | Automatically checks each page for AMP validation. |
Bestandsgrootte | 2.51 MB |
Aantal Installaties | 70,128 |
Huidige Versie | 1.3.1 |
Laatst Bijgewerkt | 2024-01-17 |
Publicatiedatum | 2020-02-12 |
Beoordeling | 4.26/5 Totaal 95 Beoordelingen |
Ontwikkelaar | https://validator.ampproject.org |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://amp.dev/ |
URL van de Privacybeleid Pagina | https://policies.google.com/privacy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "version": "1.3.1", "default_locale": "en", "description": "__MSG_extensionDescription__", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "action": { "default_icon": { "19": "no-amp-128.png", "38": "no-amp-38.png" } }, "background": { "service_worker": "worker.js" }, "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ " |