Carbonly 🌿

A Browser Extension For Tracking 📈 Your Online Carbon Footprint 💨🌿️

Wat is Carbonly 🌿?

Carbonly 🌿 is een Chrome-extensie ontwikkeld door https://www.carbonly.org, en de belangrijkste functie is "A Browser Extension For Tracking 📈 Your Online Carbon Footprint 💨🌿️".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Carbonly 🌿

Download Carbonly 🌿-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        We're now planting one 🌳 for every Install!

With Carbonly 🌿 you will be able to:

(#1) Visualise the Emissions of Everyday Products 💨
(#2) Track The Carbon Footprint of Any Purchase  🎁
(#3) See Your Complete Footprint Anytime, Everytime 📈
(#3) Offset Your Entire Footprint 🌿
(#4) Compete With Friends! 🍻

Use this link  🌿 www.carbonly.org/early-sign-up  to get 10,000 Offset Points!                    

Basisinformatie over de Extensie

Naam Carbonly 🌿 Carbonly 🌿
ID anipbbamcfddggbegnjdmphhajmgclpn
Officiële URL https://chrome.google.com/webstore/detail/carbonly-%F0%9F%8C%BF/anipbbamcfddggbegnjdmphhajmgclpn
Beschrijving A Browser Extension For Tracking 📈 Your Online Carbon Footprint 💨🌿️
Bestandsgrootte 6.16 MB
Aantal Installaties 267
Huidige Versie 1.2.5
Laatst Bijgewerkt 2020-08-12
Publicatiedatum 2020-06-21
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://www.carbonly.org
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.carbonly.org
Help Pagina-URL https://www.carbonly.org/contact
URL van de Privacybeleid Pagina https://www.carbonly.org/privacy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Carbonly \ud83c\udf3f",
    "short_name": "Carbonly",
    "version": "1.2.5",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "description": "A Browser Extension For Tracking \ud83d\udcc8 Your Online Carbon Footprint \ud83d\udca8\ud83c\udf3f\ufe0f",
    "icons": {
        "16": "extensionLogo16.png",
        "32": "extensionLogo32.png",
        "48": "extensionLogo48.png",
        "128": "extensionLogo128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Carbonly",
        "default_icon": "carbonlyGreyLogo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "activeTab",
        "https:\/\/www.carbonly.org\/*"
    ]
}