Newsblur Notifier Plus

Shows the unread count from your NewsBlur account

什麼是Newsblur Notifier Plus?

Newsblur Notifier Plus是由shrodes開發的Chrome擴展程式,該擴展的主要功能是“Shows the unread count from your NewsBlur account”。

擴展截圖

screenshot

下載Newsblur Notifier Plus擴展crx文件

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

擴展使用說明

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

擴展基本資訊

名稱 Newsblur Notifier Plus Newsblur Notifier Plus
ID nbmlfepgaaalffdmmjhpkgpjjlnpjjlp
官方網址 https://chromewebstore.google.com/detail/newsblur-notifier-plus/nbmlfepgaaalffdmmjhpkgpjjlnpjjlp
簡介 Shows the unread count from your NewsBlur account
檔案大小 38.94 KB
安裝次數 136
目前版本 1.0.6
更新時間 2021-07-22
上架時間 2018-12-22
開發者 shrodes
電子郵箱 [email protected]
付費類型 free
擴展官網 https://gitlab.com/JoshSchreuder/newsblur-notifier-plus
支援的語言 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"
    ]
}