Local Weather (Current Conditions)

Presents weather based on your current location, or you can update by entering new location/zip etc.

Wat is Local Weather (Current Conditions)?

Local Weather (Current Conditions) is een Chrome-extensie ontwikkeld door mohiman, en de belangrijkste functie is "Presents weather based on your current location, or you can update by entering new location/zip etc.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Local Weather (Current Conditions)

Download Local Weather (Current Conditions)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Local Weather (Current Conditions) Local Weather (Current Conditions)
ID kobanmpgpihdneoociggikppoblinmol
Officiële URL https://chromewebstore.google.com/detail/local-weather-current-con/kobanmpgpihdneoociggikppoblinmol
Beschrijving Presents weather based on your current location, or you can update by entering new location/zip etc.
Bestandsgrootte 1.16 MB
Aantal Installaties 16
Huidige Versie 2.25
Laatst Bijgewerkt 2016-07-22
Publicatiedatum 2016-07-21
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar mohiman
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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'"
}