Earth Mode

Switch to Carbon-Neutral Browsing

Cos'è Earth Mode?

Earth Mode è un'estensione di Chrome sviluppata da https://www.johnniewalker.com, e la sua funzione principale è "Switch to Carbon-Neutral Browsing".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Earth Mode

Scarica i file di estensione Earth Mode 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

                        Earth Mode tracks your online energy use: from browsing, to streaming, to updating your social status. Once we know how much you use, Johnnie Walker will calculate your carbon footprint and plant trees to neutralise it.                    

Informazioni di Base sull'Estensione

Nome Earth Mode Earth Mode
ID bnngfkajcebapkeccnhgilaligcbpbmj
URL Ufficiale https://chromewebstore.google.com/detail/earth-mode/bnngfkajcebapkeccnhgilaligcbpbmj
Descrizione Switch to Carbon-Neutral Browsing
Dimensione del File 2.65 MB
Conteggio Installazioni 3,000
Versione Corrente 0.1.2
Ultimo Aggiornamento 2016-05-09
Data di Pubblicazione 2016-05-09
Valutazione 4.04/5 Totale 68 Valutazioni
Sviluppatore https://www.johnniewalker.com
Tipo di Pagamento free
Sito Web dell'Estensione https://www.johnniewalker.com/en/terms-plus-conditions-earth-day/?tnc=true
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.1.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "storage",
        "notifications",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Switch to Carbon-Neutral Browsing",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}