Local Weather (Current Conditions)
Presents weather based on your current location, or you can update by entering new location/zip etc.
Qu'est-ce que Local Weather (Current Conditions) ?
Local Weather (Current Conditions) est une extension Chrome développée par mohiman, et sa fonction principale est "Presents weather based on your current location, or you can update by entering new location/zip etc.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Local Weather (Current Conditions)
Téléchargez les fichiers d'extension Local Weather (Current Conditions) 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
Informations de Base sur l'Extension
Nom | Local Weather (Current Conditions) |
ID | kobanmpgpihdneoociggikppoblinmol |
URL Officiel | https://chromewebstore.google.com/detail/local-weather-current-con/kobanmpgpihdneoociggikppoblinmol |
Description | Presents weather based on your current location, or you can update by entering new location/zip etc. |
Taille du Fichier | 1.16 MB |
Nombre d'Installations | 16 |
Version Actuelle | 2.25 |
Dernière Mise à Jour | 2016-07-22 |
Date de Publication | 2016-07-21 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | mohiman |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Local Weather (Current Conditions)", "description": "Presents weather based on your current location, or you can update by entering new location\/zip etc.", "version": "2.25", "browser_action": { "default_icon": "weather.png", "default_title": "Current Weather", "default_popup": "Mohit-Extension.html" }, "icons": { "16": "weatherMain1.png", "48": "weatherMain2.png", "128": "weatherMain3.png" }, "permissions": [ "activeTab", "geolocation", "http:\/\/api.openweathermap.org\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |