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 | 
| Eメール | [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"
    ]
}  |  |