Earth Mode
Switch to Carbon-Neutral Browsing
Earth Modeคืออะไร?
Earth Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.johnniewalker.com และคุณลักษณะหลักของมันคือ "Switch to Carbon-Neutral Browsing"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Earth Mode
ดาวน์โหลดไฟล์ส่วนขยาย 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'" } |