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