Local Weather (Current Conditions)

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

Apa itu Local Weather (Current Conditions)?

Local Weather (Current Conditions) adalah ekstensi Chrome yang dikembangkan oleh mohiman, dan fitur utamanya adalah "Presents weather based on your current location, or you can update by entering new location/zip etc.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Local Weather (Current Conditions)

Unduh file ekstensi Local Weather (Current Conditions) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Local Weather (Current Conditions) Local Weather (Current Conditions)
ID kobanmpgpihdneoociggikppoblinmol
URL Resmi https://chromewebstore.google.com/detail/local-weather-current-con/kobanmpgpihdneoociggikppoblinmol
Deskripsi Presents weather based on your current location, or you can update by entering new location/zip etc.
Ukuran File 1.16 MB
Jumlah Instalasi 16
Versi Saat Ini 2.25
Terakhir Diperbarui 2016-07-22
Tanggal Publikasi 2016-07-21
Penilaian 3.00/5 Total 2 Penilaian
Pengembang mohiman
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}