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.”。
擴展截圖
下載Energy Lollipop擴展crx文件
下載Energy Lollipop擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | |
ID | jolcdgpgpdlpjafhepiicopakoiifdfm |
官方網址 | 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 } } |