Local Weather (Current Conditions)

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

Co je Local Weather (Current Conditions)?

Local Weather (Current Conditions) je rozšíření Chrome vyvinuté mohiman, a jeho hlavní funkcí je „Presents weather based on your current location, or you can update by entering new location/zip etc.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Local Weather (Current Conditions)

Stáhněte si soubory rozšíření Local Weather (Current Conditions) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Local Weather (Current Conditions) Local Weather (Current Conditions)
ID kobanmpgpihdneoociggikppoblinmol
Oficiální URL https://chromewebstore.google.com/detail/local-weather-current-con/kobanmpgpihdneoociggikppoblinmol
Popis Presents weather based on your current location, or you can update by entering new location/zip etc.
Velikost souboru 1.16 MB
Počet instalací 16
Aktuální Verze 2.25
Poslední Aktualizace 2016-07-22
Datum Vydání 2016-07-21
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář mohiman
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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'"
}