Selfoss Companion

Selfoss RSS reader companion.

什么是Selfoss Companion?

Selfoss Companion是由https://selfoss-companion.ftpix.com开发的Chrome扩展程序,该扩展的主要功能是“Selfoss RSS reader companion.”。

扩展截图

screenshot

下载Selfoss Companion扩展crx文件

下载Selfoss Companion扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Selfoss Companion is the ideal sidekick to your Selfoss installation, it allows you to see how many items are left unread.

Selfoss Companion also allows you to update your feeds as well without having to stare at the blank update page.                    

扩展基本信息

名称 Selfoss Companion Selfoss Companion
ID fchonfjbfngdipnkpeekhncmhomfccfj
官方URL https://chromewebstore.google.com/detail/selfoss-companion/fchonfjbfngdipnkpeekhncmhomfccfj
简介 Selfoss RSS reader companion.
文件大小 119 KB
安装次数 24
当前版本 0.0.0.7
更新时间 2016-02-26
上架时间 2016-02-26
评分 5.00/5 共3次评分
开发者 https://selfoss-companion.ftpix.com
付费类型 free
扩展官网 http://selfoss-companion.ftpix.com/
帮助页面URL https://github.com/lamarios/selfoss-companion
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Selfoss Companion",
    "description": "Selfoss RSS reader companion.",
    "version": "0.0.0.7",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "",
        "default_icon": "logo.png"
    },
    "options_page": "settings.html",
    "permissions": [
        "alarms",
        "storage",
        "tabs",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    }
}