Energy Lollipop

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

Energy Lollipop là gì?

Energy Lollipop là một tiện ích mở rộng Chrome được phát triển bởi Energy Lollipop, và tính năng chính của nó là "An extension that displays the current emissions of California's grid.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Energy Lollipop

Tải xuống các tệp mở rộng Energy Lollipop dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Energy Lollipop Energy Lollipop
ID jolcdgpgpdlpjafhepiicopakoiifdfm
URL Chính Thức https://chromewebstore.google.com/detail/energy-lollipop/jolcdgpgpdlpjafhepiicopakoiifdfm
Mô tả An extension that displays the current emissions of California's grid.
Kích Thước Tệp 115 KB
Số Lần Cài Đặt 232
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2021-05-25
Ngày Phát Hành 2020-02-27
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Energy Lollipop
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://energylollipop.com
Ngôn Ngữ Được Hỗ Trợ 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
    }
}