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.”。

扩展截图

screenshot

下载Cloud Carbon扩展crx文件

下载Cloud Carbon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Cloud Carbon Cloud Carbon
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"
    }
}