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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
### 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 |
공식 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" ] } ] } |