Carbon Calculator

Carbon Calculator estimates the carbon footprint of the items you’re looking at online.

O que é Carbon Calculator?

Carbon Calculator é uma extensão do Chrome desenvolvida por Carbon Calculator Dev Team, e sua principal característica é "Carbon Calculator estimates the carbon footprint of the items you’re looking at online.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Carbon Calculator

Baixe arquivos de extensão Carbon Calculator 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

                        ### How Does It Work?
It all starts with an Economic Input-Output Life Cycle Assessment (EIO LCA) that is provided by a retailer. This assessment attempts to account for the carbon emissions incurred in creating an item. The assessment generally includes estimates of the carbon intensity for the following activities: production of the inputs, transportation, packaging and electricity. Some retailers (such as Amazon) release aggregate numbers for the estimated carbon released per dollar of revenue from the EIO LCA. Others do not publish these numbers, so Carbon Calculator relies on publicly available data to estimate this metric.

Then, on supported websites, Carbon Calculator will appear at the bottom of the page if it detects a price on the page. Carbon Calculator then uses the retailer's EIO LCA to estimate the carbon footprint of the item on the page.

### What Websites Are Supported?
Carbon Calculator currently supports the following websites:
- Amazon.com (US only)

### More Info
Follow us on Twitter @CO2Calculator or visit our website linked below to find out more.                    

Informações Básicas da Extensão

Nome Carbon Calculator Carbon Calculator
ID onljifombjjdcdloodaffmkaphjlgmab
URL Oficial https://chrome.google.com/webstore/detail/carbon-calculator/onljifombjjdcdloodaffmkaphjlgmab
Descrição Carbon Calculator estimates the carbon footprint of the items you’re looking at online.
Tamanho do Arquivo 550 KB
Contagem de Instalações 70
Versão Atual 1.1.0
Última Atualização 2020-01-04
Data de Publicação 2020-01-04
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Carbon Calculator Dev Team
Tipo de Pagamento free
Site da Extensão https://carbon-calculator.netlify.com/
URL da Página de Ajuda https://carbon-calculator.netlify.com/carbon-footprint-calculations
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Carbon Calculator",
    "version": "1.1.0",
    "permissions": [
        "tabs"
    ],
    "description": "Carbon Calculator estimates the carbon footprint of the items you\u2019re looking at online.",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.com\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}