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"
            ]
        }
    ]
}