AMP Accelerated Mobile Pages Desktop Viewer

A Chrome extension to view AMP (accelerated mobile pages) in the desktop browser. Allows you to enable AMP for individual websites…

Cos'è AMP Accelerated Mobile Pages Desktop Viewer?

AMP Accelerated Mobile Pages Desktop Viewer è un'estensione di Chrome sviluppata da bigpress.net, e la sua funzione principale è "A Chrome extension to view AMP (accelerated mobile pages) in the desktop browser. Allows you to enable AMP for individual websites…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione AMP Accelerated Mobile Pages Desktop Viewer

Scarica i file di estensione AMP Accelerated Mobile Pages Desktop Viewer 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

                        A Chrome extension to view AMP (accelerated mobile pages) in the desktop browser. Allows you to enable AMP for individual websites or all websites.

When a page allows AMP view you will see an icon in the address bar, just click it. To return back to the normal version click it again.                    

Informazioni di Base sull'Estensione

Nome AMP Accelerated Mobile Pages Desktop Viewer AMP Accelerated Mobile Pages Desktop Viewer
ID abbbnefchbpffkbnadnopdahjcmbheho
URL Ufficiale https://chromewebstore.google.com/detail/amp-accelerated-mobile-pa/abbbnefchbpffkbnadnopdahjcmbheho
Descrizione A Chrome extension to view AMP (accelerated mobile pages) in the desktop browser. Allows you to enable AMP for individual websites…
Dimensione del File 264 KB
Conteggio Installazioni 1,724
Versione Corrente 1.2.0
Ultimo Aggiornamento 2016-02-25
Data di Pubblicazione 2016-02-25
Valutazione 3.00/5 Totale 10 Valutazioni
Sviluppatore bigpress.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://bigpress.net/en/amp_desktop
URL della Pagina di Aiuto http://bigpress.freshdesk.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AMP Accelerated Mobile Pages Desktop Viewer",
    "version": "1.2.0",
    "short_name": "AMP Desktop",
    "author": "Bigpress",
    "background": {
        "scripts": [
            "core\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "core\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "page_action": {
        "default_icon": {
            "38": "icons\/icon38.png"
        },
        "default_title": "AMP View"
    },
    "icons": {
        "16": "icons\/default16.png",
        "48": "icons\/default48.png",
        "128": "icons\/default.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}