Website Carbon Stats

See the resources that make up your website and how these impact the carbon emissions your website makes.

Cos'è Website Carbon Stats?

Website Carbon Stats è un'estensione di Chrome sviluppata da https://ecoping.earth, e la sua funzione principale è "See the resources that make up your website and how these impact the carbon emissions your website makes.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Website Carbon Stats

Scarica i file di estensione Website Carbon Stats 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

                        Website Carbon Widget helps you see the resources that each page uses and the carbon emissions that are produced in real-time.                    

Informazioni di Base sull'Estensione

Nome Website Carbon Stats Website Carbon Stats
ID knojbpfemjfpkfcladfhdmcmdepnckej
URL Ufficiale https://chromewebstore.google.com/detail/website-carbon-stats/knojbpfemjfpkfcladfhdmcmdepnckej
Descrizione See the resources that make up your website and how these impact the carbon emissions your website makes.
Dimensione del File 144 KB
Conteggio Installazioni 31
Versione Corrente 1.1
Ultimo Aggiornamento 2023-03-15
Data di Pubblicazione 2023-03-14
Valutazione 3.50/5 Totale 2 Valutazioni
Sviluppatore https://ecoping.earth
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ecoping.earth/chrome-extension
URL della Pagina di Aiuto https://ecoping.earth/chrome-extension
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Website Carbon Stats",
    "description": "See the resources that make up your website and how these impact the carbon emissions your website makes.",
    "version": "1.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "js": [
                ".\/utils.js",
                ".\/co2.js",
                ".\/script.js"
            ],
            "matches": [
                "file:\/\/\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                ".\/styles.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "action": [],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    }
}