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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}