Co2 Monitor

monitor how much CO2 your internet consumption has produced

Co2 Monitor là gì?

Co2 Monitor là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "monitor how much CO2 your internet consumption has produced".

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

screenshot

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

Tải xuống các tệp mở rộng Co2 Monitor 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

                        CO2 Monitor gives you a way to measure your carbon footprint related to your daily internet browsing. 

Knowing the environmental impact caused by your casual navigation could allow you to take measures in order to decrease it. As an example, some of them are the following :
- watch videos at lower resolution when possible.
- use links rather than search engine to access your favorite websites.
- favor low tech website and environment mindful company.                    

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

Tên Co2 Monitor Co2 Monitor
ID jgdbmmijpagachmmmlmacgkbdglfcamj
URL Chính Thức https://chromewebstore.google.com/detail/co2-monitor/jgdbmmijpagachmmmlmacgkbdglfcamj
Mô tả monitor how much CO2 your internet consumption has produced
Kích Thước Tệp 1.16 MB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-04-19
Ngày Phát Hành 2020-04-15
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://lachhebo.github.io/CO2-Monitor
URL Trang Trợ Giúp https://github.com/lachhebo/co2-monitor/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Co2 Monitor",
    "version": "1.0",
    "description": "monitor how much CO2 your internet consumption has produced",
    "permissions": [
        "webRequest",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistents": false
    },
    "icons": {
        "16": "resources\/icons\/16.png",
        "32": "resources\/icons\/32.png",
        "48": "resources\/icons\/48.png",
        "128": "resources\/icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "resources\/icons\/16.png",
            "32": "resources\/icons\/32.png"
        },
        "default_title": "CO2-monitor",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}