AMP Readiness Tool

Identify web technologies that are relevant to AMP

Τι είναι το AMP Readiness Tool;

Το AMP Readiness Tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον amp-readiness-tool-admin, και η κύρια λειτουργία του είναι "Identify web technologies that are relevant to AMP".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης AMP Readiness Tool

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

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

                        AMP Readiness tool allows you to see what third-party technologies are used on a site and whether you can implement them using AMP.                    

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

Όνομα AMP Readiness Tool AMP Readiness Tool
ID fadclbipdhchagpdkjfcpippejnekimg
Επίσημο URL https://chromewebstore.google.com/detail/amp-readiness-tool/fadclbipdhchagpdkjfcpippejnekimg
Περιγραφή Identify web technologies that are relevant to AMP
Μέγεθος Αρχείου 1.2 MB
Αριθμός Εγκαταστάσεων 330
Τρέχουσα Έκδοση 4.0.3
Τελευταία Ενημέρωση 2019-06-13
Ημερομηνία Δημοσίευσης 2019-06-13
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής amp-readiness-tool-admin
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,de,en,fr,tr,es,it,pl,pt-BR,ro,sk,el,ru,uk,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AMP Readiness Tool",
    "short_name": "AMP Readiness Tool",
    "author": "Jeffrey Jose, Phillip Kriegel, Frank Broersen",
    "homepage_url": "https:\/\/github.com\/ampproject\/ampbench\/tree\/master\/readiness-tool",
    "description": "Identify web technologies that are relevant to AMP",
    "version": "4.0.3",
    "default_locale": "en",
    "manifest_version": 2,
    "icons": {
        "16": "images\/amp-readiness-new.png",
        "48": "images\/amp-readiness-new.png",
        "128": "images\/amp-readiness-new.png"
    },
    "page_action": {
        "default_icon": "images\/amp-readiness-new.png",
        "default_title": "AMP Readiness Tool",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "page": "html\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "node_modules\/webextension-polyfill\/dist\/browser-polyfill.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "js\/inject.js"
    ],
    "options_page": "html\/options.html",
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": false
    },
    "permissions": [
        "https:\/\/www.google-analytics.com\/",
        "storage",
        "cookies",
        "storage",
        "tabs",
        "webRequest",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}