Carbonly 🌿

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

什麼是Carbonly 🌿?

Carbonly 🌿是由https://www.carbonly.org開發的Chrome擴展程式,該擴展的主要功能是“A Browser Extension For Tracking 📈 Your Online Carbon Footprint 💨🌿️”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Carbonly 🌿擴展crx文件

下載Carbonly 🌿擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Carbonly 🌿 Carbonly 🌿
ID anipbbamcfddggbegnjdmphhajmgclpn
官方網址 https://chrome.google.com/webstore/detail/carbonly-%F0%9F%8C%BF/anipbbamcfddggbegnjdmphhajmgclpn
簡介 A Browser Extension For Tracking 📈 Your Online Carbon Footprint 💨🌿️
檔案大小 6.16 MB
安裝次數 267
目前版本 1.2.5
更新時間 2020-08-12
上架時間 2020-06-21
評分 5.00/5 共 2 次評分
開發者 https://www.carbonly.org
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.carbonly.org
說明頁面URL https://www.carbonly.org/contact
隱私政策頁面URL https://www.carbonly.org/privacy
支援的語言 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\/*"
    ]
}