Local Weather (Current Conditions)
Presents weather based on your current location, or you can update by entering new location/zip etc.
Co to jest Local Weather (Current Conditions)?
Local Weather (Current Conditions) to rozszerzenie Chrome opracowane przez mohiman, a jego główną funkcją jest „Presents weather based on your current location, or you can update by entering new location/zip etc.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Local Weather (Current Conditions)
Pobierz pliki rozszerzeń Local Weather (Current Conditions) 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
Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | kobanmpgpihdneoociggikppoblinmol |
| Oficjalny URL | https://chromewebstore.google.com/detail/local-weather-current-con/kobanmpgpihdneoociggikppoblinmol |
| Opis | Presents weather based on your current location, or you can update by entering new location/zip etc. |
| Rozmiar pliku | 1.16 MB |
| Liczba instalacji | 16 |
| Aktualna Wersja | 2.25 |
| Ostatnia Aktualizacja | 2016-07-22 |
| Data Publikacji | 2016-07-21 |
| Ocena | 3.00/5 Łącznie 2 Oceny |
| Deweloper | mohiman |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Local Weather (Current Conditions)",
"description": "Presents weather based on your current location, or you can update by entering new location\/zip etc.",
"version": "2.25",
"browser_action": {
"default_icon": "weather.png",
"default_title": "Current Weather",
"default_popup": "Mohit-Extension.html"
},
"icons": {
"16": "weatherMain1.png",
"48": "weatherMain2.png",
"128": "weatherMain3.png"
},
"permissions": [
"activeTab",
"geolocation",
"http:\/\/api.openweathermap.org\/*"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |