Cloud Carbon
Calculate and show the energy you've spent browsing Facebook, Netflix, and YouTube.
¿Qué es Cloud Carbon?
Cloud Carbon es una extensión de Chrome desarrollada por chrisallick, y su función principal es "Calculate and show the energy you've spent browsing Facebook, Netflix, and YouTube.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Cloud Carbon
Descarga archivos de extensión Cloud Carbon en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | engfdahohpcdnnhmpgmedgehbbgeheho |
URL Oficial | https://chrome.google.com/webstore/detail/cloud-carbon/engfdahohpcdnnhmpgmedgehbbgeheho |
Descripción | Calculate and show the energy you've spent browsing Facebook, Netflix, and YouTube. |
Tamaño del Archivo | 448 KB |
Cantidad de Instalaciones | 95 |
Versión Actual | 0.1.2 |
Última Actualización | 2016-01-30 |
Fecha de Publicación | 2016-01-30 |
Calificación | 4.50/5 Total de 4 Calificaciones |
Desarrollador | chrisallick |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |