Website Carbon Stats

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

Co to jest Website Carbon Stats?

Website Carbon Stats to rozszerzenie Chrome opracowane przez https://ecoping.earth, a jego główną funkcją jest „See the resources that make up your website and how these impact the carbon emissions your website makes.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Website Carbon Stats

Pobierz pliki rozszerzeń Website Carbon Stats w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Website Carbon Stats Website Carbon Stats
ID knojbpfemjfpkfcladfhdmcmdepnckej
Oficjalny URL https://chromewebstore.google.com/detail/website-carbon-stats/knojbpfemjfpkfcladfhdmcmdepnckej
Opis See the resources that make up your website and how these impact the carbon emissions your website makes.
Rozmiar pliku 144 KB
Liczba instalacji 31
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2023-03-15
Data Publikacji 2023-03-14
Ocena 3.50/5 Łącznie 2 Oceny
Deweloper https://ecoping.earth
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://ecoping.earth/chrome-extension
Adres URL Strony Pomocy https://ecoping.earth/chrome-extension
Obsługiwane Języki 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"
    }
}