⚡️ Desktop AMP

Load the AMP version of a page if available

Hvad er ⚡️ Desktop AMP?

⚡️ Desktop AMP er en Chrome-udvidelse udviklet af Ed Lea, og dens hovedfunktion er "Load the AMP version of a page if available".

Udvidelsesskærmbilleder

screenshot

Download ⚡️ Desktop AMP-udvidelses-CRX-fil

Download ⚡️ Desktop AMP-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn ⚡️ Desktop AMP ⚡️ Desktop AMP
ID igokgmnkplcfgnegidccbgmlnecaffhh
Officiel URL https://chromewebstore.google.com/detail/%E2%9A%A1%EF%B8%8F-desktop-amp/igokgmnkplcfgnegidccbgmlnecaffhh
Beskrivelse Load the AMP version of a page if available
Filstørrelse 45.22 KB
Antal Installationer 579
Nuværende Version 2.3.1
Senest Opdateret 2016-09-04
Udgivelsesdato 2016-09-04
Bedømmelse 4.04/5 Samlet 23 Bedømmelser
Udvikler Ed Lea
Betalingsmetode free
Udvidelseswebsted https://github.com/edlea/DesktopAMP
Hjælpeside-URL https://github.com/edlea/DesktopAMP/issues
Understøttede Sprog 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"
    }
}