Local Weather (Current Conditions)
Presents weather based on your current location, or you can update by entering new location/zip etc.
Vad är Local Weather (Current Conditions)?
Local Weather (Current Conditions) är en Chrome-tillägg utvecklad av mohiman, och dess huvudfunktion är "Presents weather based on your current location, or you can update by entering new location/zip etc.".
Tilläggsskärmbilder
Ladda ner Local Weather (Current Conditions)-förlängningens CRX-fil
Ladda ner Local Weather (Current Conditions)-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
Grundläggande Information om Tillägg
| Namn | |
| ID | kobanmpgpihdneoociggikppoblinmol |
| Officiell webbadress | https://chromewebstore.google.com/detail/local-weather-current-con/kobanmpgpihdneoociggikppoblinmol |
| Beskrivning | Presents weather based on your current location, or you can update by entering new location/zip etc. |
| Filstorlek | 1.16 MB |
| Antal Installationer | 16 |
| Aktuell Version | 2.25 |
| Senast Uppdaterad | 2016-07-22 |
| Publiceringsdatum | 2016-07-21 |
| Betyg | 3.00/5 Totalt 2 Betyg |
| Utvecklare | mohiman |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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'"
} | |