Earth Mode
Switch to Carbon-Neutral Browsing
What is Earth Mode?
Earth Mode is a Chrome extension developed by https://www.johnniewalker.com, and its main feature is "Switch to Carbon-Neutral Browsing".
Extension Screenshots
Download Earth Mode Extension CRX File
Download Earth Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | bnngfkajcebapkeccnhgilaligcbpbmj |
Official URL | https://chromewebstore.google.com/detail/earth-mode/bnngfkajcebapkeccnhgilaligcbpbmj |
Description | Switch to Carbon-Neutral Browsing |
File Size | 2.65 MB |
Installation Count | 3,000 |
Current Version | 0.1.2 |
Last Updated | 2016-05-09 |
Publish Date | 2016-05-09 |
Rating | 4.04/5 Total 68 Ratings |
Developer | https://www.johnniewalker.com |
Payment Type | free |
Extension Website | https://www.johnniewalker.com/en/terms-plus-conditions-earth-day/?tnc=true |
Supported Languages | 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'" } |