Carbon Calculator

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

Carbon Calculator là gì?

Carbon Calculator là một tiện ích mở rộng Chrome được phát triển bởi Carbon Calculator Dev Team, và tính năng chính của nó là "Carbon Calculator estimates the carbon footprint of the items you’re looking at online.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Carbon Calculator

Tải xuống các tệp mở rộng Carbon Calculator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Carbon Calculator Carbon Calculator
ID onljifombjjdcdloodaffmkaphjlgmab
URL Chính Thức https://chrome.google.com/webstore/detail/carbon-calculator/onljifombjjdcdloodaffmkaphjlgmab
Mô tả Carbon Calculator estimates the carbon footprint of the items you’re looking at online.
Kích Thước Tệp 550 KB
Số Lần Cài Đặt 70
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2020-01-04
Ngày Phát Hành 2020-01-04
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Carbon Calculator Dev Team
Loại Thanh Toán free
Trang Web Mở Rộng https://carbon-calculator.netlify.com/
URL Trang Trợ Giúp https://carbon-calculator.netlify.com/carbon-footprint-calculations
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}