Weather Notifier for Blink Browsers

Checks the weather, updates notification every hour.

Qu'est-ce que Weather Notifier for Blink Browsers ?

Weather Notifier for Blink Browsers est une extension Chrome développée par Geoffrey Stentiford, et sa fonction principale est "Checks the weather, updates notification every hour.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Weather Notifier for Blink Browsers

Téléchargez les fichiers d'extension Weather Notifier for Blink Browsers au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Weather Notifier for Blink Browsers Weather Notifier for Blink Browsers
ID bgmbocmonljnojhjiflmdookinfodcdh
URL Officiel https://chromewebstore.google.com/detail/weather-notifier-for-blin/bgmbocmonljnojhjiflmdookinfodcdh
Description Checks the weather, updates notification every hour.
Taille du Fichier 6.28 KB
Nombre d'Installations 16
Version Actuelle 0.0.0.4
Dernière Mise à Jour 2023-04-14
Date de Publication 2015-11-12
Développeur Geoffrey Stentiford
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://sites.google.com/view/geoffrey-s/home
Langues Prises en Charge 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\/"
    ]
}