AMP Accelerated Mobile Page Reader

The AMP Project is all about improving the reading experience on mobile devices but it's not a technology limited to mobile. This…

Τι είναι το AMP Accelerated Mobile Page Reader;

Το AMP Accelerated Mobile Page Reader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://dorightdigital.com, και η κύρια λειτουργία του είναι "The AMP Project is all about improving the reading experience on mobile devices but it's not a technology limited to mobile. This…".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης AMP Accelerated Mobile Page Reader

Λήψη αρχείων επέκτασης AMP Accelerated Mobile Page Reader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The AMP Project is all about improving the reading experience on mobile devices but it's not a technology limited to mobile.

This Chrome Extension gives desktop users the same benefits and is controlled by them.

You set which pages, which domains you want to see AMP versions on.  By default any time we find an AMP version we'll show it instead of the original page but you can set up your own preferences.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα AMP Accelerated Mobile Page Reader AMP Accelerated Mobile Page Reader
ID baodpdnidmedcpanneabeldenamaaeoe
Επίσημο URL https://chromewebstore.google.com/detail/amp-accelerated-mobile-pa/baodpdnidmedcpanneabeldenamaaeoe
Περιγραφή The AMP Project is all about improving the reading experience on mobile devices but it's not a technology limited to mobile. This…
Μέγεθος Αρχείου 150 KB
Αριθμός Εγκαταστάσεων 639
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2015-10-18
Ημερομηνία Δημοσίευσης 2015-10-18
Αξιολόγηση 4.25/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής https://dorightdigital.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://dorightdigital.com/amp-chrome-extension
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AMP Accelerated Mobile Page Reader",
    "version": "1.0.1",
    "short_name": "AMP Reader",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "core\/config.js",
                "core\/helpers.js",
                "core\/stateManager.js",
                "core\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/default.png",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "icons\/default16.png",
        "48": "icons\/default48.png",
        "128": "icons\/default.png"
    },
    "background": {
        "scripts": [
            "core\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}