⚡️ Desktop AMP

Load the AMP version of a page if available

Cos'è ⚡️ Desktop AMP?

⚡️ Desktop AMP è un'estensione di Chrome sviluppata da Ed Lea, e la sua funzione principale è "Load the AMP version of a page if available".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ⚡️ Desktop AMP

Scarica i file di estensione ⚡️ Desktop AMP in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ⚡️ Desktop AMP ⚡️ Desktop AMP
ID igokgmnkplcfgnegidccbgmlnecaffhh
URL Ufficiale https://chromewebstore.google.com/detail/%E2%9A%A1%EF%B8%8F-desktop-amp/igokgmnkplcfgnegidccbgmlnecaffhh
Descrizione Load the AMP version of a page if available
Dimensione del File 45.22 KB
Conteggio Installazioni 579
Versione Corrente 2.3.1
Ultimo Aggiornamento 2016-09-04
Data di Pubblicazione 2016-09-04
Valutazione 4.04/5 Totale 23 Valutazioni
Sviluppatore Ed Lea
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/edlea/DesktopAMP
URL della Pagina di Aiuto https://github.com/edlea/DesktopAMP/issues
Lingue Supportate 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"
    }
}