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 |
公式URL | 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'" } |