Offset Mode

Offset your digital emissions in real-time

Τι είναι το Offset Mode;

Το Offset Mode είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tree Canada, και η κύρια λειτουργία του είναι "Offset your digital emissions in real-time".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Offset Mode

Λήψη αρχείων επέκτασης Offset Mode σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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": [
        ""
    ]
}