⚡️ Desktop AMP

Load the AMP version of a page if available

Wat is ⚡️ Desktop AMP?

⚡️ Desktop AMP is een Chrome-extensie ontwikkeld door Ed Lea, en de belangrijkste functie is "Load the AMP version of a page if available".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ⚡️ Desktop AMP

Download ⚡️ Desktop AMP-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ⚡️ Desktop AMP ⚡️ Desktop AMP
ID igokgmnkplcfgnegidccbgmlnecaffhh
Officiële URL https://chromewebstore.google.com/detail/%E2%9A%A1%EF%B8%8F-desktop-amp/igokgmnkplcfgnegidccbgmlnecaffhh
Beschrijving Load the AMP version of a page if available
Bestandsgrootte 45.22 KB
Aantal Installaties 579
Huidige Versie 2.3.1
Laatst Bijgewerkt 2016-09-04
Publicatiedatum 2016-09-04
Beoordeling 4.04/5 Totaal 23 Beoordelingen
Ontwikkelaar Ed Lea
Betalingswijze free
Extensiewebsite https://github.com/edlea/DesktopAMP
Help Pagina-URL https://github.com/edlea/DesktopAMP/issues
Ondersteunde Talen 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"
    }
}