Energy Lollipop

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

O que é Energy Lollipop?

Energy Lollipop é uma extensão do Chrome desenvolvida por Energy Lollipop, e sua principal característica é "An extension that displays the current emissions of California's grid.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Energy Lollipop

Baixe arquivos de extensão Energy Lollipop no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Energy Lollipop Energy Lollipop
ID jolcdgpgpdlpjafhepiicopakoiifdfm
URL Oficial https://chromewebstore.google.com/detail/energy-lollipop/jolcdgpgpdlpjafhepiicopakoiifdfm
Descrição An extension that displays the current emissions of California's grid.
Tamanho do Arquivo 115 KB
Contagem de Instalações 232
Versão Atual 2.2
Última Atualização 2021-05-25
Data de Publicação 2020-02-27
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor Energy Lollipop
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://energylollipop.com
Idiomas Suportados 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
    }
}