Local Weather

Shows you local weather. Auto determines your location and fetch weather details on its basis

Qu'est-ce que Local Weather ?

Local Weather est une extension Chrome développée par Builtin Genius, et sa fonction principale est "Shows you local weather. Auto determines your location and fetch weather details on its basis".

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

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

                        One click weather update for your local surrounding. It auto detects your location and tell you the weather. You dont need to add this to your browser and configure all things, it adds up on the top and accessible in every tab of google chrome.

Version 1.1.0 Updates:

Now you can check weather information in Both Fahrenheit and Celsius units just by one click

---

Hope you enjoy using it.
Feedbacks are heartedly welcomed!                    

Informations de Base sur l'Extension

Nom Local Weather Local Weather
ID fiiiahdbpgbkoimldhcgknelkiannjki
URL Officiel https://chrome.google.com/webstore/detail/local-weather/fiiiahdbpgbkoimldhcgknelkiannjki
Description Shows you local weather. Auto determines your location and fetch weather details on its basis
Taille du Fichier 173 KB
Nombre d'Installations 265
Version Actuelle 1.1.4
Dernière Mise à Jour 2016-09-01
Date de Publication 2016-09-01
Évaluation 4.33/5 Total 3 Évaluations
Développeur Builtin Genius
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "browser_action": {
        "default_icon": {
            "19": "images\/19.png",
            "38": "images\/38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Local weather"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Shows you local weather. Auto determines your location and fetch weather details on its basis",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "48": "images\/48.png"
    },
    "manifest_version": 2,
    "name": "Local Weather",
    "permissions": [
        "storage",
        "geolocation",
        "tabs",
        "https:\/\/api.openweathermap.org\/*",
        "http:\/\/api.openweathermap.org\/*",
        "http:\/\/ajax.googleapis.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.4"
}