FreshRSS Checker
Shows unread count for FreshRSS
FreshRSS Checkerとは何ですか?
FreshRSS CheckerはBrawlによって開発されたChromeの拡張機能で、その主な機能は「Shows unread count for FreshRSS」です。
拡張機能のスクリーンショット
FreshRSS Checker拡張機能のCRXファイルをダウンロード
FreshRSS Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
FreshRSS Checker is a WebExtension that tracks unread items in a FreshRSS instance and shows a badge with the number of unread articles.
Requires Chrome 100+. 拡張機能の基本情報
| 名前 | |
| ID | fkckemcdpfnblnkndachclpjfmlhofeg |
| 公式URL | https://chromewebstore.google.com/detail/freshrss-checker/fkckemcdpfnblnkndachclpjfmlhofeg |
| 説明 | Shows unread count for FreshRSS |
| ファイルサイズ | 29.33 KB |
| インストール数 | 322 |
| 現在のバージョン | 3.0.1 |
| 最終更新日 | 2022-03-30 |
| 公開日 | 2021-02-28 |
| 評価 | 4.60/5 合計 5 レビュー |
| 開発者 | Brawl |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/Brawl345/FreshRSS-Checker |
| ヘルプページのURL | https://github.com/Brawl345/FreshRSS-Checker/issues |
| 対応言語 | de,en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"default_locale": "en",
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"author": "Andreas Bielawski",
"version": "3.0.1",
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"128": "icons\/128.png"
},
"background": {
"service_worker": "build\/service-worker.js",
"type": "module"
},
"action": {
"default_icon": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"128": "icons\/128.png"
}
},
"options_ui": {
"page": "options\/options.html"
},
"permissions": [
"alarms",
"contextMenus",
"storage"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |