538Notify

Notify you when the 538 model is updated so you don't spend your days refreshing over and over again!

Apa itu 538Notify?

538Notify adalah ekstensi Chrome yang dikembangkan oleh robo-kropotkin, dan fitur utamanya adalah "Notify you when the 538 model is updated so you don't spend your days refreshing over and over again!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi 538Notify

Unduh file ekstensi 538Notify 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

                        Sends you a desktop notification when FiveThirtyEight updates their election forecast                    

Informasi Dasar Ekstensi

Nama 538Notify 538Notify
ID djehogehididkoomccdbnkhihhbmjkpf
URL Resmi https://chromewebstore.google.com/detail/538notify/djehogehididkoomccdbnkhihhbmjkpf
Deskripsi Notify you when the 538 model is updated so you don't spend your days refreshing over and over again!
Ukuran File 342 KB
Jumlah Instalasi 60
Versi Saat Ini 0.1.1
Terakhir Diperbarui 2020-11-03
Tanggal Publikasi 2020-10-31
Penilaian 5.00/5 Total 6 Penilaian
Pengembang robo-kropotkin
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/robo-kropotkin/538Notifier
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "538Notify",
    "description": "Notify you when the 538 model is updated so you don't spend your days refreshing over and over again!",
    "version": "0.1.1",
    "manifest_version": 2,
    "icons": {
        "48": ".\/pics\/FOXYMALARKEY48.png",
        "128": ".\/pics\/FOXYMALARKEY.png"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ]
}