Feedly Subscribe Button

Easily Subscribe RSS and Atom Feeds to Feedly.

什么是Feedly Subscribe Button?

Feedly Subscribe Button是由BrowserNative开发的Chrome扩展程序,该扩展的主要功能是“Easily Subscribe RSS and Atom Feeds to Feedly.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Feedly Subscribe Button扩展crx文件

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

扩展使用说明

                        Works only on the pages offering RSS or Atom feeds. Click its toolbar button, which takes you to the Feedly.com with the option to subscribe that feed.

Created by BrowserNative, Not created by or affiliated with Feedly.                    

扩展基本信息

名称 Feedly Subscribe Button Feedly Subscribe Button
ID gbbnddjfcllebfcnihfgmdplgaiejepc
官方URL https://chromewebstore.google.com/detail/feedly-subscribe-button/gbbnddjfcllebfcnihfgmdplgaiejepc
简介 Easily Subscribe RSS and Atom Feeds to Feedly.
文件大小 20.75 KB
安装次数 11,047
当前版本 1.3
更新时间 2023-11-06
上架时间 2017-08-12
评分 4.58/5 共84次评分
开发者 BrowserNative
电子邮箱 [email protected]
付费类型 free
扩展官网 http://browsernative.com/feedly-chrome-extension/
帮助页面URL http://browsernative.com/feedly-chrome-extension/
隐私政策页面URL https://browsernative.com/extensions-privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "19": "img\/19.png",
            "38": "img\/38.png"
        },
        "default_title": "Subscribe",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/sniff_common.js",
                "js\/doc_start.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "js\/sniff_common.js",
                "js\/feed_finder.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Easily Subscribe RSS and Atom Feeds to Feedly.",
    "homepage_url": "https:\/\/browsernative.com\/feedly-chrome-extension\/",
    "icons": {
        "128": "img\/128.png",
        "48": "img\/48.png"
    },
    "manifest_version": 2,
    "name": "Feedly Subscribe Button",
    "version": "1.3",
    "permissions": [
        "activeTab",
        "storage"
    ]
}