WUTemp

This extension shows the temperature of a Weather Underground station

Apa itu WUTemp?

WUTemp adalah ekstensi Chrome yang dikembangkan oleh Engineered Musings, dan fitur utamanya adalah "This extension shows the temperature of a Weather Underground station".

Unduh Berkas CRX Ekstensi WUTemp

Unduh file ekstensi WUTemp 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

                        This extension show the current temperature of a Weather Underground station as an icon next to the Omnibar.                    

Informasi Dasar Ekstensi

Nama WUTemp WUTemp
ID lepomagompeaddljdclflabddeoagdfc
URL Resmi https://chromewebstore.google.com/detail/wutemp/lepomagompeaddljdclflabddeoagdfc
Deskripsi This extension shows the temperature of a Weather Underground station
Ukuran File 19.71 KB
Jumlah Instalasi 48
Versi Saat Ini 1.5
Terakhir Diperbarui 2016-04-07
Tanggal Publikasi 2016-04-07
Penilaian 3.00/5 Total 4 Penilaian
Pengembang Engineered Musings
Tipe Pembayaran free
Situs Ekstensi http://engineeredmusings.com
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WUTemp",
    "description": "This extension shows the temperature of a Weather Underground station",
    "version": "1.5",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/stationdata.wunderground.com\/",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}