Earth Mode
Switch to Carbon-Neutral Browsing
Was ist Earth Mode?
Earth Mode ist eine Chrome-Erweiterung, die von https://www.johnniewalker.com entwickelt wurde, und ihr Hauptmerkmal ist "Switch to Carbon-Neutral Browsing".
Erweiterungsscreenshots
Earth Mode-Erweiterungs-CRX-Datei herunterladen
Laden Sie Earth Mode-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | bnngfkajcebapkeccnhgilaligcbpbmj |
Offizielle URL | https://chromewebstore.google.com/detail/earth-mode/bnngfkajcebapkeccnhgilaligcbpbmj |
Beschreibung | Switch to Carbon-Neutral Browsing |
Dateigröße | 2.65 MB |
Installationsanzahl | 3,000 |
Aktuelle Version | 0.1.2 |
Letztes Update | 2016-05-09 |
Veröffentlichungsdatum | 2016-05-09 |
Bewertung | 4.04/5 Insgesamt 68 Bewertungen |
Entwickler | https://www.johnniewalker.com |
Zahlungsart | free |
Erweiterungswebsite | https://www.johnniewalker.com/en/terms-plus-conditions-earth-day/?tnc=true |
Unterstützte Sprachen | 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'" } |