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