Co2 Monitor

monitor how much CO2 your internet consumption has produced

Cos'è Co2 Monitor?

Co2 Monitor è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "monitor how much CO2 your internet consumption has produced".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Co2 Monitor

Scarica i file di estensione Co2 Monitor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Co2 Monitor Co2 Monitor
ID jgdbmmijpagachmmmlmacgkbdglfcamj
URL Ufficiale https://chromewebstore.google.com/detail/co2-monitor/jgdbmmijpagachmmmlmacgkbdglfcamj
Descrizione monitor how much CO2 your internet consumption has produced
Dimensione del File 1.16 MB
Conteggio Installazioni 42
Versione Corrente 1.0
Ultimo Aggiornamento 2020-04-19
Data di Pubblicazione 2020-04-15
Sviluppatore Unknown
Tipo di Pagamento free
Sito Web dell'Estensione https://lachhebo.github.io/CO2-Monitor
URL della Pagina di Aiuto https://github.com/lachhebo/co2-monitor/issues
Lingue Supportate 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
}