Website Carbon Stats

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

¿Qué es Website Carbon Stats?

Website Carbon Stats es una extensión de Chrome desarrollada por https://ecoping.earth, y su función principal es "See the resources that make up your website and how these impact the carbon emissions your website makes.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Website Carbon Stats

Descarga archivos de extensión Website Carbon Stats en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Website Carbon Stats Website Carbon Stats
ID knojbpfemjfpkfcladfhdmcmdepnckej
URL Oficial https://chromewebstore.google.com/detail/website-carbon-stats/knojbpfemjfpkfcladfhdmcmdepnckej
Descripción See the resources that make up your website and how these impact the carbon emissions your website makes.
Tamaño del Archivo 144 KB
Cantidad de Instalaciones 31
Versión Actual 1.1
Última Actualización 2023-03-15
Fecha de Publicación 2023-03-14
Calificación 3.50/5 Total de 2 Calificaciones
Desarrollador https://ecoping.earth
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://ecoping.earth/chrome-extension
URL de la Página de Ayuda https://ecoping.earth/chrome-extension
Idiomas Soportados 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"
    }
}