FreshRSS Checker

Shows unread count for FreshRSS

什么是FreshRSS Checker?

FreshRSS Checker是由Brawl开发的Chrome扩展程序,该扩展的主要功能是“Shows unread count for FreshRSS”。

扩展截图

screenshot
screenshot

下载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+.                    

扩展基本信息

名称 FreshRSS Checker FreshRSS Checker
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
电子邮箱 [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:\/\/*\/*"
    ]
}