Cloud Carbon

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

Cloud Carbon là gì?

Cloud Carbon là một tiện ích mở rộng Chrome được phát triển bởi chrisallick, và tính năng chính của nó là "Calculate and show the energy you've spent browsing Facebook, Netflix, and YouTube.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cloud Carbon

Tải xuống các tệp mở rộng Cloud Carbon dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cloud Carbon Cloud Carbon
ID engfdahohpcdnnhmpgmedgehbbgeheho
URL Chính Thức https://chrome.google.com/webstore/detail/cloud-carbon/engfdahohpcdnnhmpgmedgehbbgeheho
Mô tả Calculate and show the energy you've spent browsing Facebook, Netflix, and YouTube.
Kích Thước Tệp 448 KB
Số Lần Cài Đặt 95
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2016-01-30
Ngày Phát Hành 2016-01-30
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển chrisallick
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}