Local Weather (Current Conditions)
Presents weather based on your current location, or you can update by entering new location/zip etc.
Was ist Local Weather (Current Conditions)?
Local Weather (Current Conditions) ist eine Chrome-Erweiterung, die von mohiman entwickelt wurde, und ihr Hauptmerkmal ist "Presents weather based on your current location, or you can update by entering new location/zip etc.".
Erweiterungsscreenshots
Local Weather (Current Conditions)-Erweiterungs-CRX-Datei herunterladen
Laden Sie Local Weather (Current Conditions)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                                             Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | kobanmpgpihdneoociggikppoblinmol | 
| Offizielle URL | https://chromewebstore.google.com/detail/local-weather-current-con/kobanmpgpihdneoociggikppoblinmol | 
| Beschreibung | Presents weather based on your current location, or you can update by entering new location/zip etc. | 
| Dateigröße | 1.16 MB | 
| Installationsanzahl | 16 | 
| Aktuelle Version | 2.25 | 
| Letztes Update | 2016-07-22 | 
| Veröffentlichungsdatum | 2016-07-21 | 
| Bewertung | 3.00/5 Insgesamt 2 Bewertungen | 
| Entwickler | mohiman | 
| [email protected] | |
| Zahlungsart | free | 
| Unterstützte Sprachen | 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'"
}  |  |