Earth Mode

Switch to Carbon-Neutral Browsing

Earth Mode là gì?

Earth Mode là một tiện ích mở rộng Chrome được phát triển bởi https://www.johnniewalker.com, và tính năng chính của nó là "Switch to Carbon-Neutral Browsing".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Earth Mode

Tải xuống các tệp mở rộng Earth Mode dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Earth Mode Earth Mode
ID bnngfkajcebapkeccnhgilaligcbpbmj
URL Chính Thức https://chromewebstore.google.com/detail/earth-mode/bnngfkajcebapkeccnhgilaligcbpbmj
Mô tả Switch to Carbon-Neutral Browsing
Kích Thước Tệp 2.65 MB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2016-05-09
Ngày Phát Hành 2016-05-09
Đánh Giá 4.04/5 Tổng số 68 Đánh Giá
Nhà Phát Triển https://www.johnniewalker.com
Loại Thanh Toán free
Trang Web Mở Rộng https://www.johnniewalker.com/en/terms-plus-conditions-earth-day/?tnc=true
Ngôn Ngữ Được Hỗ Trợ 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'"
}