Greenify

Fast and easy way to calculate the estimated carbon footprint of your trip in Google Maps.

Greenify란 무엇입니까?

Greenify은(는) greenify.extension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fast and easy way to calculate the estimated carbon footprint of your trip in Google Maps."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Greenify 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Fast and easy way to calculate the estimated carbon footprint of your trip in Google Maps.

*** How does it work?  ***
(1) You search for a trip on Google Maps
(2) We take the result
(3) We calculate the estimated CO2e of your trip
(4) We display the result directly below the Google Maps result

*** Our goal ***
We are trying to show people how much traveling impacts the environment.

*** Current support ***
Chrome language: Czech / English (important)
Domains: google.com / google.cz / google.co.uk / google.at .... and more
Units: km / miles, CO2 / CO2e

*** Issues? ***
Try:
(1) Refreshing the website
(2) Click on your Google Account > Manage Your Google Account > Personal Info > General preferences for the web > Language (And change it to a supported language)

*** Contact us ***
Do you have an offer or a problem that you have not been able to fix? Try emailing us at [email protected]

*** Keywords  *** (you can ignore this)
greenify google maps - google maps extension - green google maps extension - google maps co2 extension - co2 extension - free google maps extension - co2 calculator - trip co2 calculator - co2e calculator - google maps co2e calculator - greenify co2e caclulator - trip co2e - greenify app - greenify add-on - google maps add-on - google maps co2 add-on - google maps co2e add-on                    

확장 프로그램 기본 정보

이름 Greenify Greenify
ID abkdcchpgcnpeliambllmncflldaghop
공식 URL https://chromewebstore.google.com/detail/greenify/abkdcchpgcnpeliambllmncflldaghop
설명 Fast and easy way to calculate the estimated carbon footprint of your trip in Google Maps.
파일 크기 26.7 KB
설치 횟수 34
현재 버전 0.2.0
최근 업데이트 2022-09-25
출시 날짜 2022-09-20
평점 5.00/5 총 3 개의 평점
개발자 greenify.extension
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Greenify",
    "description": "Fast and easy way to calculate the estimated carbon footprint of your trip in Google Maps.",
    "version": "0.2.0",
    "icons": {
        "16": "\/images\/16.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/maps\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}