Feedly Subscriber

One-click subscribe with Feedly

什么是Feedly Subscriber?

Feedly Subscriber是由p3lim开发的Chrome扩展程序,该扩展的主要功能是“One-click subscribe with Feedly”。

扩展截图

screenshot

下载Feedly Subscriber扩展crx文件

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

扩展使用说明

                        Feedly Subscriber is a Chrome extension for Feedly, which allows you to easily add new feeds, one click away!

I made this as a superior alternative to Google's RSS subscription extension, specifically for Feedly.

Also, see my Feedly Counter extension:
http://bit.ly/feedly-counter                    

扩展基本信息

名称 Feedly Subscriber Feedly Subscriber
ID kflhgnleiaemnemmnbfndohdoabfnock
官方URL https://chromewebstore.google.com/detail/feedly-subscriber/kflhgnleiaemnemmnbfndohdoabfnock
简介 One-click subscribe with Feedly
文件大小 9.66 KB
安装次数 429
当前版本 1.1.0
更新时间 2015-01-30
上架时间 2015-01-30
评分 4.55/5 共20次评分
开发者 p3lim
付费类型 free
扩展官网 https://github.com/p3lim/feedly-subscriber
帮助页面URL https://github.com/p3lim/feedly-subscriber/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Feedly Subscriber",
    "description": "One-click subscribe with Feedly",
    "version": "1.1.0",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/sniffer.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": "images\/icon48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    }
}