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!”。
扩展截图
下载538Notify扩展crx文件
下载538Notify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Sends you a desktop notification when FiveThirtyEight updates their election forecast                     扩展基本信息
| 名称 |   |  
| 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"
    ]
}  |  |