Earth Mode
Switch to Carbon-Neutral Browsing
Qu'est-ce que Earth Mode ?
Earth Mode est une extension Chrome développée par https://www.johnniewalker.com, et sa fonction principale est "Switch to Carbon-Neutral Browsing".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Earth Mode
Téléchargez les fichiers d'extension Earth Mode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | bnngfkajcebapkeccnhgilaligcbpbmj |
URL Officiel | https://chromewebstore.google.com/detail/earth-mode/bnngfkajcebapkeccnhgilaligcbpbmj |
Description | Switch to Carbon-Neutral Browsing |
Taille du Fichier | 2.65 MB |
Nombre d'Installations | 3,000 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2016-05-09 |
Date de Publication | 2016-05-09 |
Évaluation | 4.04/5 Total 68 Évaluations |
Développeur | https://www.johnniewalker.com |
Type de Paiement | free |
Site Web de l'Extension | https://www.johnniewalker.com/en/terms-plus-conditions-earth-day/?tnc=true |
Langues Prises en Charge | 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'" } |