⚡️ Desktop AMP

Load the AMP version of a page if available

Qu'est-ce que ⚡️ Desktop AMP ?

⚡️ Desktop AMP est une extension Chrome développée par Ed Lea, et sa fonction principale est "Load the AMP version of a page if available".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ⚡️ Desktop AMP

Téléchargez les fichiers d'extension ⚡️ Desktop AMP 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 Project (https://www.ampproject.org) aims to improve the experience of reading web content on mobile clients.

There's no reason to only consume AMP enabled content on mobile. For that reason we've built Safari and Chrome extensions that will load AMP versions of articles when present.                    

Informations de Base sur l'Extension

Nom ⚡️ Desktop AMP ⚡️ Desktop AMP
ID igokgmnkplcfgnegidccbgmlnecaffhh
URL Officiel https://chromewebstore.google.com/detail/%E2%9A%A1%EF%B8%8F-desktop-amp/igokgmnkplcfgnegidccbgmlnecaffhh
Description Load the AMP version of a page if available
Taille du Fichier 45.22 KB
Nombre d'Installations 579
Version Actuelle 2.3.1
Dernière Mise à Jour 2016-09-04
Date de Publication 2016-09-04
Évaluation 4.04/5 Total 23 Évaluations
Développeur Ed Lea
Type de Paiement free
Site Web de l'Extension https://github.com/edlea/DesktopAMP
URL de la Page d'Aide https://github.com/edlea/DesktopAMP/issues
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u26a1\ufe0f Desktop AMP",
    "short_name": "Desktop \u26a1\ufe0f",
    "description": "Load the AMP version of a page if available",
    "author": "Ed Lea",
    "version": "2.3.1",
    "content_scripts": [
        {
            "js": [
                "amp.js"
            ],
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "history"
    ],
    "manifest_version": 2,
    "icons": {
        "16": "icons\/Icon-16.png",
        "48": "icons\/Icon-48.png",
        "128": "icons\/Icon-128.png"
    }
}