AMP Validator

Automatically checks each page for AMP validation.

Qu'est-ce que AMP Validator ?

AMP Validator est une extension Chrome développée par https://validator.ampproject.org, et sa fonction principale est "Automatically checks each page for AMP validation.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension AMP Validator

Téléchargez les fichiers d'extension AMP Validator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/.                    

Informations de Base sur l'Extension

Nom AMP Validator AMP Validator
ID nmoffdblmcmgeicmolmhobpoocbbmknc
URL Officiel https://chromewebstore.google.com/detail/amp-validator/nmoffdblmcmgeicmolmhobpoocbbmknc
Description Automatically checks each page for AMP validation.
Taille du Fichier 2.51 MB
Nombre d'Installations 70,128
Version Actuelle 1.3.1
Dernière Mise à Jour 2024-01-17
Date de Publication 2020-02-12
Évaluation 4.26/5 Total 95 Évaluations
Développeur https://validator.ampproject.org
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://amp.dev/
URL de la Page de Politique de Confidentialité https://policies.google.com/privacy
Langues Prises en Charge 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": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "homepage_url": "https:\/\/amp.dev",
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/",
        ""
    ]
}