Simple Weather

Check the weather. Clean. Simple. Nice.

Qu'est-ce que Simple Weather ?

Simple Weather est une extension Chrome développée par Glatek, et sa fonction principale est "Check the weather. Clean. Simple. Nice.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Simple Weather

Téléchargez les fichiers d'extension Simple Weather 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

                        Use this extension to check the weather quickly.

In the settings you can set your location and change between C or F for temperature.

Changelog:
2016-04-10: Removed forecasts for coming days. Added YR.no API since Google discontinued their API, therefore no coming forecasts yet. Sorry.
2012-06-16: Added forecasts for coming days, improved settings page.                    

Informations de Base sur l'Extension

Nom Simple Weather Simple Weather
ID goemhmfldgehhkfajfacjnenahfffkfe
URL Officiel https://chromewebstore.google.com/detail/simple-weather/goemhmfldgehhkfajfacjnenahfffkfe
Description Check the weather. Clean. Simple. Nice.
Taille du Fichier 251 KB
Nombre d'Installations 184
Version Actuelle 3.0.2
Dernière Mise à Jour 2016-04-10
Date de Publication 2016-04-09
Évaluation 3.50/5 Total 4 Évaluations
Développeur Glatek
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "browser_action": {
        "default_icon": "48.png",
        "default_popup": "popup.html",
        "default_title": "Weather"
    },
    "description": "Check the weather. Clean. Simple. Nice.",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC7csNIXwVy3RjN61N\/R8NESHgFovLksD8m+MSaS8w7KPGJQ3omvHBRJgKLDdVYalOTAvOpZgRuOEVv0SJXnQMrnMObiSHmIbZsWWvfyGlskns\/tjMnAEfFLx98ecizvgYwZ1uFiv4pRRMjrJHYMr\/CVLsf1iBsupTXb9q8U9191wIDAQAB",
    "manifest_version": 2,
    "name": "Simple Weather",
    "options_page": "settings.html",
    "permissions": [
        "",
        "notifications"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.2"
}