Cloud Carbon
Calculate and show the energy you've spent browsing Facebook, Netflix, and YouTube.
Cloud Carbon란 무엇입니까?
Cloud Carbon은(는) chrisallick에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Calculate and show the energy you've spent browsing Facebook, Netflix, and YouTube."입니다.
확장 프로그램 스크린샷
Cloud Carbon 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Cloud Carbon is a Chrome Extension that calculates the carbon footprint created by your use of Facebook, YouTube, and Netflix. Each time you open a new tab in Chrome you'll see your stats as well as reference to how many gallons of gas you could have used. Cloud computing allows us to have virtual selves, digital doppelgängers, but, because of the fossil fuels burnt in order to power the data centers which store our personal data, our digital selves have a very real-world impact. Cloud Carbon was created over a 24 hour period for Art Hack Day 2015 http://www.arthackday.net/events/deluge by Chris Allick and Dan Savage Thanks, Chris Allick ps - Hack The Planet
확장 프로그램 기본 정보
이름 | |
ID | engfdahohpcdnnhmpgmedgehbbgeheho |
공식 URL | https://chrome.google.com/webstore/detail/cloud-carbon/engfdahohpcdnnhmpgmedgehbbgeheho |
설명 | Calculate and show the energy you've spent browsing Facebook, Netflix, and YouTube. |
파일 크기 | 448 KB |
설치 횟수 | 95 |
현재 버전 | 0.1.2 |
최근 업데이트 | 2016-01-30 |
출시 날짜 | 2016-01-30 |
평점 | 4.50/5 총 4 개의 평점 |
개발자 | chrisallick |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cloud Carbon", "description": "Calculate and show the energy you've spent browsing Facebook, Netflix, and YouTube.", "version": "0.1.2", "manifest_version": 2, "incognito": "split", "chrome_url_overrides": { "newtab": "blank.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "management" ], "browser_action": { "default_icon": "icon128.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" } } |