Carbonly 🌿

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

Carbonly 🌿คืออะไร?

Carbonly 🌿 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.carbonly.org และคุณลักษณะหลักของมันคือ "A Browser Extension For Tracking 📈 Your Online Carbon Footprint 💨🌿️"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Carbonly 🌿

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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\/*"
    ]
}