Offset Mode

Offset your digital emissions in real-time

Offset Mode란 무엇입니까?

Offset Mode은(는) Tree Canada에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Offset your digital emissions in real-time"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Offset Mode 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Help fight climate change with Offset Mode — a Chrome extension that uses real-time data to calculate the carbon footprint of your browsing, streaming, and downloading — and then invites you to donate the exact amount needed to offset your emissions.

Everything we do online generates carbon emissions — from the devices used to the energy required to send information through network infrastructure and data centres. And even though the individuals’ footprint can be quite small, when you add up the 4.66 billion Internet users, it’s a huge driver of climate change. And, by 2025, internet emissions are expected to double!

How’s it work exactly? It’s simple(ish). First, Offset Mode monitors your browsing, streaming, and downloading data to determine how many GBs you’re uploading and downloading. It then determines how much electricity is needed to transfer that amount of data. Offset Mode then uses your region’s electric mix factor to determine the carbon emissions associated with that much power usage. And finally, it lets you know the exact amount, down to the cent, that you’d need to donate to Tree Canada to offset your usage. Once you donate and offset your usage, your emissions counter will reset to zero.

Offset Mode is free to install and optional donations can be made directly through the Chrome extension.

To find out more about this Chrome extension, digital carbon footprints, or Tree Canada, visit offsetmode.com.                    

확장 프로그램 기본 정보

이름 Offset Mode Offset Mode
ID pecnblnambldmfgbihmkgapcpkhoepfj
공식 URL https://chromewebstore.google.com/detail/offset-mode/pecnblnambldmfgbihmkgapcpkhoepfj
설명 Offset your digital emissions in real-time
파일 크기 668 KB
설치 횟수 222
현재 버전 1.0.1
최근 업데이트 2022-04-13
출시 날짜 2022-04-06
평점 5.00/5 총 5 개의 평점
개발자 Tree Canada
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://offsetmode.com/
개인정보 보호 정책 페이지 URL https://treecanada.ca/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Offset Mode",
    "description": "Offset your digital emissions in real-time",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "\/icons\/default_icon.png",
        "32": "\/icons\/default_icon32.png",
        "48": "\/icons\/default_icon48.png",
        "128": "\/icons\/default_icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icons\/default_icon.png",
            "32": "\/icons\/default_icon32.png",
            "48": "\/icons\/default_icon48.png",
            "128": "\/icons\/default_icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/treecanada.ca\/offset-mode-donation\/"
            ],
            "js": [
                "build\/content-script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "webRequest",
        "background",
        "alarms",
        "idle"
    ],
    "host_permissions": [
        ""
    ]
}