538Notify

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

538Notify là gì?

538Notify là một tiện ích mở rộng Chrome được phát triển bởi robo-kropotkin, và tính năng chính của nó là "Notify you when the 538 model is updated so you don't spend your days refreshing over and over again!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng 538Notify

Tải xuống các tệp mở rộng 538Notify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Sends you a desktop notification when FiveThirtyEight updates their election forecast                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 538Notify 538Notify
ID djehogehididkoomccdbnkhihhbmjkpf
URL Chính Thức https://chromewebstore.google.com/detail/538notify/djehogehididkoomccdbnkhihhbmjkpf
Mô tả Notify you when the 538 model is updated so you don't spend your days refreshing over and over again!
Kích Thước Tệp 342 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2020-11-03
Ngày Phát Hành 2020-10-31
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển robo-kropotkin
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/robo-kropotkin/538Notifier
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}