Local Weather
Shows you local weather. Auto determines your location and fetch weather details on its basis
Co to jest Local Weather?
Local Weather to rozszerzenie Chrome opracowane przez Builtin Genius, a jego główną funkcją jest „Shows you local weather. Auto determines your location and fetch weather details on its basis”.
Pobierz plik CRX rozszerzenia Local Weather
Pobierz pliki rozszerzeń Local Weather w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
One click weather update for your local surrounding. It auto detects your location and tell you the weather. You dont need to add this to your browser and configure all things, it adds up on the top and accessible in every tab of google chrome. Version 1.1.0 Updates: Now you can check weather information in Both Fahrenheit and Celsius units just by one click --- Hope you enjoy using it. Feedbacks are heartedly welcomed!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fiiiahdbpgbkoimldhcgknelkiannjki |
Oficjalny URL | https://chrome.google.com/webstore/detail/local-weather/fiiiahdbpgbkoimldhcgknelkiannjki |
Opis | Shows you local weather. Auto determines your location and fetch weather details on its basis |
Rozmiar pliku | 173 KB |
Liczba instalacji | 265 |
Aktualna Wersja | 1.1.4 |
Ostatnia Aktualizacja | 2016-09-01 |
Data Publikacji | 2016-09-01 |
Ocena | 4.33/5 Łącznie 3 Oceny |
Deweloper | Builtin Genius |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "browser_action": { "default_icon": { "19": "images\/19.png", "38": "images\/38.png" }, "default_popup": "popup.html", "default_title": "Local weather" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Shows you local weather. Auto determines your location and fetch weather details on its basis", "icons": { "128": "images\/128.png", "16": "images\/16.png", "48": "images\/48.png" }, "manifest_version": 2, "name": "Local Weather", "permissions": [ "storage", "geolocation", "tabs", "https:\/\/api.openweathermap.org\/*", "http:\/\/api.openweathermap.org\/*", "http:\/\/ajax.googleapis.com\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.4" } |