Carbon Calculator

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

Что такое Carbon Calculator?

Carbon Calculator - это расширение Chrome, разработанное Carbon Calculator Dev Team, и его основная функция - "Carbon Calculator estimates the carbon footprint of the items you’re looking at online.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Carbon Calculator

Скачайте файлы расширений Carbon Calculator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        ### 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.                    

Основная информация о расширении

Название Carbon Calculator Carbon Calculator
ID onljifombjjdcdloodaffmkaphjlgmab
Официальный URL https://chrome.google.com/webstore/detail/carbon-calculator/onljifombjjdcdloodaffmkaphjlgmab
Описание Carbon Calculator estimates the carbon footprint of the items you’re looking at online.
Размер файла 550 KB
Количество установок 70
Текущая Версия 1.1.0
Последнее Обновление 2020-01-04
Дата публикации 2020-01-04
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Carbon Calculator Dev Team
Тип оплаты free
Официальный сайт расширения https://carbon-calculator.netlify.com/
URL страницы помощи https://carbon-calculator.netlify.com/carbon-footprint-calculations
Поддерживаемые языки 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"
            ]
        }
    ]
}