Cloud Carbon

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

Cloud Carbon क्या है?

Cloud Carbon chrisallick द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Calculate and show the energy you've spent browsing Facebook, Netflix, and YouTube."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cloud Carbon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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