WUTemp extension

View the active temperature of a Weather Underground Station

Apa itu WUTemp extension?

WUTemp extension adalah ekstensi Chrome yang dikembangkan oleh Eryk.io, dan fitur utamanya adalah "View the active temperature of a Weather Underground Station".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi WUTemp extension

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

                        Chrome Extension to view the active temperature of a Weather Underground Station.

Features:
- Updates every 5 minutes
- Click on icon to view Station page at Weather Underground
- Options page to set Station ID, Celcius/Fahrenheit and refresh interval.

Updated v1.1:
- Change refresh interval on the Options page.                    

Informasi Dasar Ekstensi

Nama WUTemp extension WUTemp extension
ID baahcllkjamainfhhdimbnipdlaeappd
URL Resmi https://chromewebstore.google.com/detail/wutemp-extension/baahcllkjamainfhhdimbnipdlaeappd
Deskripsi View the active temperature of a Weather Underground Station
Ukuran File 40.22 KB
Jumlah Instalasi 1,901
Versi Saat Ini 1.1
Terakhir Diperbarui 2016-03-16
Tanggal Publikasi 2016-03-16
Penilaian 3.46/5 Total 35 Penilaian
Pengembang Eryk.io
Tipe Pembayaran free
Situs Ekstensi https://eryk.io
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WUTemp extension",
    "version": "1.1",
    "manifest_version": 2,
    "description": "View the active temperature of a Weather Underground Station",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "background": {
        "scripts": [
            "jquery-2.1.3.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/api.wunderground.com\/",
        "storage"
    ]
}