Quick Weather

Quick weather report based on your location

Vad är Quick Weather?

Quick Weather är en Chrome-tillägg utvecklad av Vlad Nicoara, och dess huvudfunktion är "Quick weather report based on your location".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Quick Weather-förlängningens CRX-fil

Ladda ner Quick Weather-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Quick Weather Quick Weather
ID bpgapaikjgcbjahoghdbnecndpllfchk
Officiell webbadress https://chrome.google.com/webstore/detail/quick-weather/bpgapaikjgcbjahoghdbnecndpllfchk
Beskrivning Quick weather report based on your location
Filstorlek 91.42 KB
Antal Installationer 205
Aktuell Version 0.1.2
Senast Uppdaterad 2015-02-25
Publiceringsdatum 2015-02-25
Betyg 2.50/5 Totalt 2 Betyg
Utvecklare Vlad Nicoara
Betalningssätt free
Stödda Språk 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"
    ]
}