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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}