Website Carbon Stats

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

O que é Website Carbon Stats?

Website Carbon Stats é uma extensão do Chrome desenvolvida por https://ecoping.earth, e sua principal característica é "See the resources that make up your website and how these impact the carbon emissions your website makes.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Website Carbon Stats

Baixe arquivos de extensão Website Carbon Stats no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Website Carbon Stats Website Carbon Stats
ID knojbpfemjfpkfcladfhdmcmdepnckej
URL Oficial https://chromewebstore.google.com/detail/website-carbon-stats/knojbpfemjfpkfcladfhdmcmdepnckej
Descrição See the resources that make up your website and how these impact the carbon emissions your website makes.
Tamanho do Arquivo 144 KB
Contagem de Instalações 31
Versão Atual 1.1
Última Atualização 2023-03-15
Data de Publicação 2023-03-14
Classificação 3.50/5 Total de 2 Avaliações
Desenvolvedor https://ecoping.earth
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://ecoping.earth/chrome-extension
URL da Página de Ajuda https://ecoping.earth/chrome-extension
Idiomas Suportados 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"
    }
}