Quick Weather

Quick weather report based on your location

Wat is Quick Weather?

Quick Weather is een Chrome-extensie ontwikkeld door Vlad Nicoara, en de belangrijkste functie is "Quick weather report based on your location".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Quick Weather

Download Quick Weather-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Quick Weather Quick Weather
ID bpgapaikjgcbjahoghdbnecndpllfchk
Officiële URL https://chrome.google.com/webstore/detail/quick-weather/bpgapaikjgcbjahoghdbnecndpllfchk
Beschrijving Quick weather report based on your location
Bestandsgrootte 91.42 KB
Aantal Installaties 205
Huidige Versie 0.1.2
Laatst Bijgewerkt 2015-02-25
Publicatiedatum 2015-02-25
Beoordeling 2.50/5 Totaal 2 Beoordelingen
Ontwikkelaar Vlad Nicoara
Betalingswijze free
Ondersteunde Talen 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"
    ]
}