⚡️ Desktop AMP

Load the AMP version of a page if available

Was ist ⚡️ Desktop AMP?

⚡️ Desktop AMP ist eine Chrome-Erweiterung, die von Ed Lea entwickelt wurde, und ihr Hauptmerkmal ist "Load the AMP version of a page if available".

Erweiterungsscreenshots

screenshot

⚡️ Desktop AMP-Erweiterungs-CRX-Datei herunterladen

Laden Sie ⚡️ Desktop AMP-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ⚡️ Desktop AMP ⚡️ Desktop AMP
ID igokgmnkplcfgnegidccbgmlnecaffhh
Offizielle URL https://chromewebstore.google.com/detail/%E2%9A%A1%EF%B8%8F-desktop-amp/igokgmnkplcfgnegidccbgmlnecaffhh
Beschreibung Load the AMP version of a page if available
Dateigröße 45.22 KB
Installationsanzahl 579
Aktuelle Version 2.3.1
Letztes Update 2016-09-04
Veröffentlichungsdatum 2016-09-04
Bewertung 4.04/5 Insgesamt 23 Bewertungen
Entwickler Ed Lea
Zahlungsart free
Erweiterungswebsite https://github.com/edlea/DesktopAMP
Hilfeseite URL https://github.com/edlea/DesktopAMP/issues
Unterstützte Sprachen 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"
    }
}