Energy Lollipop

An extension that displays the current emissions of California's grid.

Energy Lollipop란 무엇입니까?

Energy Lollipop은(는) Energy Lollipop에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension that displays the current emissions of California's grid."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Have you ever thought about how much carbon dioxide the California electricity grid is releasing at any moment? 

Energy Lollipop is an extension that displays the current emissions of California's grid. Simply click the colored lollipop circle in your browser to see the metric kilotons of CO2 / hr updated every 5 minutes. Check it any time of the day! 

The Energy Lollipop will show you what times of the day your power is the cleanest and what times of the day (and year) it is the most polluting. Electricity is the cleanest during the middle of the day when California’s solar panels are active. It’s the dirtiest in the evening at dinner time and on hot summer days (from AC use) when the grid relies heavily on gas power stations.

Data is drawn from the California Independent Systems Operator. 

We hope this data will inspire you to join our mission to get the electricity grid to zero emissions - through saving energy and influencing your local community.

Let's get to it zero!                    

확장 프로그램 기본 정보

이름 Energy Lollipop Energy Lollipop
ID jolcdgpgpdlpjafhepiicopakoiifdfm
공식 URL https://chromewebstore.google.com/detail/energy-lollipop/jolcdgpgpdlpjafhepiicopakoiifdfm
설명 An extension that displays the current emissions of California's grid.
파일 크기 115 KB
설치 횟수 232
현재 버전 2.2
최근 업데이트 2021-05-25
출시 날짜 2020-02-27
평점 5.00/5 총 6 개의 평점
개발자 Energy Lollipop
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://energylollipop.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Energy Lollipop",
    "version": "2.2",
    "description": "An extension that displays the current emissions of California's grid.",
    "permissions": [
        "http:\/\/www.caiso.com\/*"
    ],
    "browser_action": {
        "default_title": "Energy Lollipop",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/cdn.jsdelivr.net https:\/\/www.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}