Website Carbon Stats

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

Wat is Website Carbon Stats?

Website Carbon Stats is een Chrome-extensie ontwikkeld door https://ecoping.earth, en de belangrijkste functie is "See the resources that make up your website and how these impact the carbon emissions your website makes.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Website Carbon Stats

Download Website Carbon Stats-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Website Carbon Stats Website Carbon Stats
ID knojbpfemjfpkfcladfhdmcmdepnckej
Officiële URL https://chromewebstore.google.com/detail/website-carbon-stats/knojbpfemjfpkfcladfhdmcmdepnckej
Beschrijving See the resources that make up your website and how these impact the carbon emissions your website makes.
Bestandsgrootte 144 KB
Aantal Installaties 31
Huidige Versie 1.1
Laatst Bijgewerkt 2023-03-15
Publicatiedatum 2023-03-14
Beoordeling 3.50/5 Totaal 2 Beoordelingen
Ontwikkelaar https://ecoping.earth
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ecoping.earth/chrome-extension
Help Pagina-URL https://ecoping.earth/chrome-extension
Ondersteunde Talen 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"
    }
}