Earth Mode
Switch to Carbon-Neutral Browsing
Wat is Earth Mode?
Earth Mode is een Chrome-extensie ontwikkeld door https://www.johnniewalker.com, en de belangrijkste functie is "Switch to Carbon-Neutral Browsing".
Extensie Screenshots
Download het CRX-bestand van de extensie Earth Mode
Download Earth Mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | bnngfkajcebapkeccnhgilaligcbpbmj |
Officiële URL | https://chromewebstore.google.com/detail/earth-mode/bnngfkajcebapkeccnhgilaligcbpbmj |
Beschrijving | Switch to Carbon-Neutral Browsing |
Bestandsgrootte | 2.65 MB |
Aantal Installaties | 3,000 |
Huidige Versie | 0.1.2 |
Laatst Bijgewerkt | 2016-05-09 |
Publicatiedatum | 2016-05-09 |
Beoordeling | 4.04/5 Totaal 68 Beoordelingen |
Ontwikkelaar | https://www.johnniewalker.com |
Betalingswijze | free |
Extensiewebsite | https://www.johnniewalker.com/en/terms-plus-conditions-earth-day/?tnc=true |
Ondersteunde Talen | 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'" } |