Weather Notifier for Blink Browsers

Checks the weather, updates notification every hour.

Apa itu Weather Notifier for Blink Browsers?

Weather Notifier for Blink Browsers adalah ekstensi Chrome yang dikembangkan oleh Geoffrey Stentiford, dan fitur utamanya adalah "Checks the weather, updates notification every hour.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Weather Notifier for Blink Browsers

Unduh file ekstensi Weather Notifier for Blink Browsers 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

                        Heads up: I made this back in sixth grade (I'm a sophomore in college now) and I'm not sure I even have the signing key for this extension, so if there are any bugs or reliability issues, an update is (probably) not going to happen.

This is a simple but useful extension that displays a small notification with the current weather conditions at Chrome startup and at every hour afterwards. The zip code may be set in the extension's options page.

Icons: Icons made by Icon Works at http://icon-works.com from Flaticon at http://www.flaticon.com is licensed under Licensed under Creative Commons BY 3.0.                    

Informasi Dasar Ekstensi

Nama Weather Notifier for Blink Browsers Weather Notifier for Blink Browsers
ID bgmbocmonljnojhjiflmdookinfodcdh
URL Resmi https://chromewebstore.google.com/detail/weather-notifier-for-blin/bgmbocmonljnojhjiflmdookinfodcdh
Deskripsi Checks the weather, updates notification every hour.
Ukuran File 6.28 KB
Jumlah Instalasi 16
Versi Saat Ini 0.0.0.4
Terakhir Diperbarui 2023-04-14
Tanggal Publikasi 2015-11-12
Pengembang Geoffrey Stentiford
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://sites.google.com/view/geoffrey-s/home
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Weather Notifier for Blink Browsers",
    "version": "0.0.0.4",
    "description": "Checks the weather, updates notification every hour.",
    "icons": {
        "32": "icon.png"
    },
    "author": "Geoffrey Stentiford",
    "background": {
        "scripts": [
            "weather.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "background",
        "notifications",
        "storage",
        "http:\/\/api.openweathermap.org\/"
    ]
}