Earth Mode
Switch to Carbon-Neutral Browsing
什麼是Earth Mode?
Earth Mode是由https://www.johnniewalker.com開發的Chrome擴展程式,該擴展的主要功能是“Switch to Carbon-Neutral Browsing”。
擴展截圖
下載Earth Mode擴展crx文件
下載Earth Mode擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | bnngfkajcebapkeccnhgilaligcbpbmj |
官方網址 | https://chromewebstore.google.com/detail/earth-mode/bnngfkajcebapkeccnhgilaligcbpbmj |
簡介 | Switch to Carbon-Neutral Browsing |
檔案大小 | 2.65 MB |
安裝次數 | 3,000 |
目前版本 | 0.1.2 |
更新時間 | 2016-05-09 |
上架時間 | 2016-05-09 |
評分 | 4.04/5 共 68 次評分 |
開發者 | https://www.johnniewalker.com |
付費類型 | free |
擴展官網 | https://www.johnniewalker.com/en/terms-plus-conditions-earth-day/?tnc=true |
支援的語言 | 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'" } |