⚡️ Desktop AMP

Load the AMP version of a page if available

Vad är ⚡️ Desktop AMP?

⚡️ Desktop AMP är en Chrome-tillägg utvecklad av Ed Lea, och dess huvudfunktion är "Load the AMP version of a page if available".

Tilläggsskärmbilder

screenshot

Ladda ner ⚡️ Desktop AMP-förlängningens CRX-fil

Ladda ner ⚡️ Desktop AMP-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn ⚡️ Desktop AMP ⚡️ Desktop AMP
ID igokgmnkplcfgnegidccbgmlnecaffhh
Officiell webbadress https://chromewebstore.google.com/detail/%E2%9A%A1%EF%B8%8F-desktop-amp/igokgmnkplcfgnegidccbgmlnecaffhh
Beskrivning Load the AMP version of a page if available
Filstorlek 45.22 KB
Antal Installationer 579
Aktuell Version 2.3.1
Senast Uppdaterad 2016-09-04
Publiceringsdatum 2016-09-04
Betyg 4.04/5 Totalt 23 Betyg
Utvecklare Ed Lea
Betalningssätt free
Tilläggswebbplats https://github.com/edlea/DesktopAMP
Hjälpsida URL https://github.com/edlea/DesktopAMP/issues
Stödda Språk 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"
    }
}