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開發的Chrome擴展程式,該擴展的主要功能是“Notify you when the 538 model is updated so you don't spend your days refreshing over and over again!”。

擴展截圖

screenshot

下載538Notify擴展crx文件

下載538Notify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Sends you a desktop notification when FiveThirtyEight updates their election forecast                    

擴展基本資訊

名稱 538Notify 538Notify
ID djehogehididkoomccdbnkhihhbmjkpf
官方網址 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"
    ]
}