Co2 Monitor

monitor how much CO2 your internet consumption has produced

Co2 Monitor क्या है?

Co2 Monitor Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "monitor how much CO2 your internet consumption has produced"।

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

screenshot

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

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

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

                        CO2 Monitor gives you a way to measure your carbon footprint related to your daily internet browsing. 

Knowing the environmental impact caused by your casual navigation could allow you to take measures in order to decrease it. As an example, some of them are the following :
- watch videos at lower resolution when possible.
- use links rather than search engine to access your favorite websites.
- favor low tech website and environment mindful company.                    

एक्सटेंशन की मूल जानकारी

नाम Co2 Monitor Co2 Monitor
ID jgdbmmijpagachmmmlmacgkbdglfcamj
आधिकारिक URL https://chromewebstore.google.com/detail/co2-monitor/jgdbmmijpagachmmmlmacgkbdglfcamj
विवरण monitor how much CO2 your internet consumption has produced
फ़ाइल का आकार 1.16 MB
स्थापना संख्या 42
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-04-19
प्रकाशन तिथि 2020-04-15
डेवलपर Unknown
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://lachhebo.github.io/CO2-Monitor
सहायता पृष्ठ URL https://github.com/lachhebo/co2-monitor/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Co2 Monitor",
    "version": "1.0",
    "description": "monitor how much CO2 your internet consumption has produced",
    "permissions": [
        "webRequest",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistents": false
    },
    "icons": {
        "16": "resources\/icons\/16.png",
        "32": "resources\/icons\/32.png",
        "48": "resources\/icons\/48.png",
        "128": "resources\/icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "resources\/icons\/16.png",
            "32": "resources\/icons\/32.png"
        },
        "default_title": "CO2-monitor",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}