Quick Weather
Quick weather report based on your location
Qu'est-ce que Quick Weather ?
Quick Weather est une extension Chrome développée par Vlad Nicoara, et sa fonction principale est "Quick weather report based on your location".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Quick Weather
Téléchargez les fichiers d'extension Quick 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
It gives you a quick weather report based on your browser location. Current temperature and conditions, the 'real feel' index, high and low temperature of the day, a sum up of the next few days plus other astronomic info are all available at the touch of a button. You can quickly switch between the metric and imperial system by clicking on the main temperature display. Even more, the choice made will be saved and synced to all Chrome browsers the user is logged into.
Informations de Base sur l'Extension
Nom | |
ID | bpgapaikjgcbjahoghdbnecndpllfchk |
URL Officiel | https://chrome.google.com/webstore/detail/quick-weather/bpgapaikjgcbjahoghdbnecndpllfchk |
Description | Quick weather report based on your location |
Taille du Fichier | 91.42 KB |
Nombre d'Installations | 205 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2015-02-25 |
Date de Publication | 2015-02-25 |
Évaluation | 2.50/5 Total 2 Évaluations |
Développeur | Vlad Nicoara |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Weather", "manifest_version": 2, "description": "Quick weather report based on your location", "version": "0.1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "http:\/\/api.openweathermap.org\/", "storage", "geolocation" ] } |