Weather Notifier for Blink Browsers

Checks the weather, updates notification every hour.

O que é Weather Notifier for Blink Browsers?

Weather Notifier for Blink Browsers é uma extensão do Chrome desenvolvida por Geoffrey Stentiford, e sua principal característica é "Checks the weather, updates notification every hour.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Weather Notifier for Blink Browsers

Baixe arquivos de extensão Weather Notifier for Blink Browsers 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

                        Heads up: I made this back in sixth grade (I'm a sophomore in college now) and I'm not sure I even have the signing key for this extension, so if there are any bugs or reliability issues, an update is (probably) not going to happen.

This is a simple but useful extension that displays a small notification with the current weather conditions at Chrome startup and at every hour afterwards. The zip code may be set in the extension's options page.

Icons: Icons made by Icon Works at http://icon-works.com from Flaticon at http://www.flaticon.com is licensed under Licensed under Creative Commons BY 3.0.                    

Informações Básicas da Extensão

Nome Weather Notifier for Blink Browsers Weather Notifier for Blink Browsers
ID bgmbocmonljnojhjiflmdookinfodcdh
URL Oficial https://chromewebstore.google.com/detail/weather-notifier-for-blin/bgmbocmonljnojhjiflmdookinfodcdh
Descrição Checks the weather, updates notification every hour.
Tamanho do Arquivo 6.28 KB
Contagem de Instalações 16
Versão Atual 0.0.0.4
Última Atualização 2023-04-14
Data de Publicação 2015-11-12
Desenvolvedor Geoffrey Stentiford
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://sites.google.com/view/geoffrey-s/home
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Weather Notifier for Blink Browsers",
    "version": "0.0.0.4",
    "description": "Checks the weather, updates notification every hour.",
    "icons": {
        "32": "icon.png"
    },
    "author": "Geoffrey Stentiford",
    "background": {
        "scripts": [
            "weather.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "background",
        "notifications",
        "storage",
        "http:\/\/api.openweathermap.org\/"
    ]
}