Newsblur Notifier Plus

Shows the unread count from your NewsBlur account

Newsblur Notifier Plus là gì?

Newsblur Notifier Plus là một tiện ích mở rộng Chrome được phát triển bởi shrodes, và tính năng chính của nó là "Shows the unread count from your NewsBlur account".

Ả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 Newsblur Notifier Plus

Tải xuống các tệp mở rộng Newsblur Notifier Plus 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

                        Based on the Newsblur Notifier extension by totaldeadbeat which is sadly no longer functioning in new versions of Chrome.                    

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

Tên Newsblur Notifier Plus Newsblur Notifier Plus
ID nbmlfepgaaalffdmmjhpkgpjjlnpjjlp
URL Chính Thức https://chromewebstore.google.com/detail/newsblur-notifier-plus/nbmlfepgaaalffdmmjhpkgpjjlnpjjlp
Mô tả Shows the unread count from your NewsBlur account
Kích Thước Tệp 38.94 KB
Số Lần Cài Đặt 136
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2021-07-22
Ngày Phát Hành 2018-12-22
Nhà Phát Triển shrodes
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://gitlab.com/JoshSchreuder/newsblur-notifier-plus
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.6",
    "short_name": "__MSG_appShortName__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_browserActionTitle__"
    },
    "options_page": "pages\/options.html",
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "*:\/\/*.newsblur.com\/*",
        "alarms",
        "cookies",
        "storage"
    ]
}