Piez

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

Qu'est-ce que Piez ?

Piez est une extension Chrome développée par Brett Sykes, et sa fonction principale est "Piez displays optimizations made by Akamai Image Manager, Resource Optimizer, Push/Preconnect, and Script Manager.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Piez

Téléchargez les fichiers d'extension Piez au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Piez Piez
ID npbccjkjemgagjioahfccljgnlkdleod
URL Officiel https://chromewebstore.google.com/detail/piez/npbccjkjemgagjioahfccljgnlkdleod
Description Piez displays optimizations made by Akamai Image Manager, Resource Optimizer, Push/Preconnect, and Script Manager.
Taille du Fichier 266 KB
Nombre d'Installations 7,241
Version Actuelle 2.4.0
Dernière Mise à Jour 2020-10-23
Date de Publication 2019-09-20
Évaluation 4.82/5 Total 17 Évaluations
Développeur Brett Sykes
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/bretts/piez
Langues Prises en Charge 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"
}