Quick Weather
Quick weather report based on your location
Co je Quick Weather?
Quick Weather je rozšíření Chrome vyvinuté Vlad Nicoara, a jeho hlavní funkcí je „Quick weather report based on your location“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Quick Weather
Stáhněte si soubory rozšíření Quick Weather ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | bpgapaikjgcbjahoghdbnecndpllfchk |
Oficiální URL | https://chrome.google.com/webstore/detail/quick-weather/bpgapaikjgcbjahoghdbnecndpllfchk |
Popis | Quick weather report based on your location |
Velikost souboru | 91.42 KB |
Počet instalací | 205 |
Aktuální Verze | 0.1.2 |
Poslední Aktualizace | 2015-02-25 |
Datum Vydání | 2015-02-25 |
Hodnocení | 2.50/5 Celkem 2 Hodnocení |
Vývojář | Vlad Nicoara |
Typ Platby | free |
Podporované Jazyky | 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" ] } |