Carbonly 🌿

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

Carbonly 🌿 là gì?

Carbonly 🌿 là một tiện ích mở rộng Chrome được phát triển bởi https://www.carbonly.org, và tính năng chính của nó là "A Browser Extension For Tracking 📈 Your Online Carbon Footprint 💨🌿️".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Carbonly 🌿

Tải xuống các tệp mở rộng Carbonly 🌿 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Carbonly 🌿 Carbonly 🌿
ID anipbbamcfddggbegnjdmphhajmgclpn
URL Chính Thức https://chrome.google.com/webstore/detail/carbonly-%F0%9F%8C%BF/anipbbamcfddggbegnjdmphhajmgclpn
Mô tả A Browser Extension For Tracking 📈 Your Online Carbon Footprint 💨🌿️
Kích Thước Tệp 6.16 MB
Số Lần Cài Đặt 267
Phiên Bản Hiện Tại 1.2.5
Cập Nhật Lần Cuối 2020-08-12
Ngày Phát Hành 2020-06-21
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.carbonly.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.carbonly.org
URL Trang Trợ Giúp https://www.carbonly.org/contact
URL Trang Chính Sách Bảo Mật https://www.carbonly.org/privacy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}