538Notify

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

538Notify क्या है?

538Notify robo-kropotkin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Notify you when the 538 model is updated so you don't spend your days refreshing over and over again!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में 538Notify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}