Cloud Carbon

Calculate and show the energy you've spent browsing Facebook, Netflix, and YouTube.

Was ist Cloud Carbon?

Cloud Carbon ist eine Chrome-Erweiterung, die von chrisallick entwickelt wurde, und ihr Hauptmerkmal ist "Calculate and show the energy you've spent browsing Facebook, Netflix, and YouTube.".

Erweiterungsscreenshots

screenshot

Cloud Carbon-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cloud Carbon-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Cloud Carbon Cloud Carbon
ID engfdahohpcdnnhmpgmedgehbbgeheho
Offizielle URL https://chrome.google.com/webstore/detail/cloud-carbon/engfdahohpcdnnhmpgmedgehbbgeheho
Beschreibung Calculate and show the energy you've spent browsing Facebook, Netflix, and YouTube.
Dateigröße 448 KB
Installationsanzahl 95
Aktuelle Version 0.1.2
Letztes Update 2016-01-30
Veröffentlichungsdatum 2016-01-30
Bewertung 4.50/5 Insgesamt 4 Bewertungen
Entwickler chrisallick
Zahlungsart free
Unterstützte Sprachen 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"
    }
}