Carbon Calculator
Carbon Calculator estimates the carbon footprint of the items you’re looking at online.
什麼是Carbon Calculator?
Carbon Calculator是由Carbon Calculator Dev Team開發的Chrome擴展程式,該擴展的主要功能是“Carbon Calculator estimates the carbon footprint of the items you’re looking at online.”。
擴展截圖
下載Carbon Calculator擴展crx文件
下載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.
擴展基本資訊
名稱 | |
ID | onljifombjjdcdloodaffmkaphjlgmab |
官方網址 | 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" ] } ] } |