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”。
扩展截图
下载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.
扩展基本信息
名称 | |
ID | nbmlfepgaaalffdmmjhpkgpjjlnpjjlp |
官方URL | 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" ] } |