Website Carbon Stats

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

Was ist Website Carbon Stats?

Website Carbon Stats ist eine Chrome-Erweiterung, die von https://ecoping.earth entwickelt wurde, und ihr Hauptmerkmal ist "See the resources that make up your website and how these impact the carbon emissions your website makes.".

Erweiterungsscreenshots

screenshot
screenshot

Website Carbon Stats-Erweiterungs-CRX-Datei herunterladen

Laden Sie Website Carbon Stats-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Website Carbon Stats Website Carbon Stats
ID knojbpfemjfpkfcladfhdmcmdepnckej
Offizielle URL https://chromewebstore.google.com/detail/website-carbon-stats/knojbpfemjfpkfcladfhdmcmdepnckej
Beschreibung See the resources that make up your website and how these impact the carbon emissions your website makes.
Dateigröße 144 KB
Installationsanzahl 31
Aktuelle Version 1.1
Letztes Update 2023-03-15
Veröffentlichungsdatum 2023-03-14
Bewertung 3.50/5 Insgesamt 2 Bewertungen
Entwickler https://ecoping.earth
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://ecoping.earth/chrome-extension
Hilfeseite URL https://ecoping.earth/chrome-extension
Unterstützte Sprachen 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"
    }
}