Website Carbon Stats

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

Co je Website Carbon Stats?

Website Carbon Stats je rozšíření Chrome vyvinuté https://ecoping.earth, a jeho hlavní funkcí je „See the resources that make up your website and how these impact the carbon emissions your website makes.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Website Carbon Stats

Stáhněte si soubory rozšíření Website Carbon Stats ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Website Carbon Stats Website Carbon Stats
ID knojbpfemjfpkfcladfhdmcmdepnckej
Oficiální URL https://chromewebstore.google.com/detail/website-carbon-stats/knojbpfemjfpkfcladfhdmcmdepnckej
Popis See the resources that make up your website and how these impact the carbon emissions your website makes.
Velikost souboru 144 KB
Počet instalací 31
Aktuální Verze 1.1
Poslední Aktualizace 2023-03-15
Datum Vydání 2023-03-14
Hodnocení 3.50/5 Celkem 2 Hodnocení
Vývojář https://ecoping.earth
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://ecoping.earth/chrome-extension
URL Stránky Nápovědy https://ecoping.earth/chrome-extension
Podporované Jazyky 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"
    }
}