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"
    }
}