Co2 Monitor

monitor how much CO2 your internet consumption has produced

什麼是Co2 Monitor?

Co2 Monitor是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“monitor how much CO2 your internet consumption has produced”。

擴展截圖

screenshot

下載Co2 Monitor擴展crx文件

下載Co2 Monitor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Co2 Monitor Co2 Monitor
ID jgdbmmijpagachmmmlmacgkbdglfcamj
官方網址 https://chromewebstore.google.com/detail/co2-monitor/jgdbmmijpagachmmmlmacgkbdglfcamj
簡介 monitor how much CO2 your internet consumption has produced
檔案大小 1.16 MB
安裝次數 42
目前版本 1.0
更新時間 2020-04-19
上架時間 2020-04-15
開發者 Unknown
付費類型 free
擴展官網 https://lachhebo.github.io/CO2-Monitor
說明頁面URL https://github.com/lachhebo/co2-monitor/issues
支援的語言 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
}