Piez

Piez displays optimizations made by Akamai Image Manager, Resource Optimizer, Push/Preconnect, and Script Manager.

Cos'è Piez?

Piez è un'estensione di Chrome sviluppata da Brett Sykes, e la sua funzione principale è "Piez displays optimizations made by Akamai Image Manager, Resource Optimizer, Push/Preconnect, and Script Manager.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Piez

Scarica i file di estensione Piez in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Piez is a developer tool that allows a web developer to see total bytes savings on pages that have been optimized using Akamai Image Manager.                    

Informazioni di Base sull'Estensione

Nome Piez Piez
ID npbccjkjemgagjioahfccljgnlkdleod
URL Ufficiale https://chromewebstore.google.com/detail/piez/npbccjkjemgagjioahfccljgnlkdleod
Descrizione Piez displays optimizations made by Akamai Image Manager, Resource Optimizer, Push/Preconnect, and Script Manager.
Dimensione del File 266 KB
Conteggio Installazioni 7,241
Versione Corrente 2.4.0
Ultimo Aggiornamento 2020-10-23
Data di Pubblicazione 2019-09-20
Valutazione 4.82/5 Totale 17 Valutazioni
Sviluppatore Brett Sykes
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/bretts/piez
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Piez",
    "version": "2.4.0",
    "manifest_version": 2,
    "description": "Piez displays optimizations made by Akamai Image Manager, Resource Optimizer, Push\/Preconnect, and Script Manager.",
    "icons": {
        "16": "icons\/16x16.png",
        "19": "icons\/19x19.png",
        "38": "icons\/38x38.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "devtools_page": "devtools\/devtools.html",
    "browser_action": {
        "default_icon": {
            "19": "icons\/19x19.png",
            "38": "icons\/38x38.png"
        },
        "default_title": "Piez Configuration",
        "default_popup": "browseraction\/popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "incognito": "spanning"
}