538Notify

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

ما هو 538Notify؟

538Notify هو إضافة Chrome تم تطويرها بواسطة robo-kropotkin، والميزة الرئيسية لها هي "Notify you when the 538 model is updated so you don't spend your days refreshing over and over again!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة 538Notify

قم بتنزيل ملفات الامتداد 538Notify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Sends you a desktop notification when FiveThirtyEight updates their election forecast                    

معلومات أساسية عن التمديد

الاسم 538Notify 538Notify
ID djehogehididkoomccdbnkhihhbmjkpf
عنوان URL الرسمي https://chromewebstore.google.com/detail/538notify/djehogehididkoomccdbnkhihhbmjkpf
الوصف Notify you when the 538 model is updated so you don't spend your days refreshing over and over again!
حجم الملف 342 KB
عدد التثبيتات 60
النسخة الحالية 0.1.1
آخر تحديث 2020-11-03
تاريخ النشر 2020-10-31
تقييم 5.00/5 مجموع تقييمات 6
المطور robo-kropotkin
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/robo-kropotkin/538Notifier
اللغات المدعومة 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"
    ]
}