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 |
| 官方網址 | 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 |
| 電子郵箱 | [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:\/\/*\/*"
]
} | |