Follow Feed | Feedly

Found a source your like? This extension allows you to find the RSS for that source and quickly add it to one of your Feedly feeds.

什么是Follow Feed | Feedly?

Follow Feed | Feedly是由https://feedly.com开发的Chrome扩展程序,该扩展的主要功能是“Found a source your like? This extension allows you to find the RSS for that source and quickly add it to one of your Feedly feeds.”。

扩展截图

screenshot
screenshot

下载Follow Feed | Feedly扩展crx文件

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

扩展使用说明

                        The Web is an ocean of knowledge and inspiration. This extension allows you to quickly add the blogs, news sites and Youtube channels you want to keep up with to your Feedly.

When you click on the Follow Feed icon, the Feedly extension will find the RSS feed for the page you are reading and allow you to open it in Feedly so that you can easily preview it and add it to one of your feeds if you like the content.

If you have any questions, you can reach us at [email protected]

Happy reading!                    

扩展基本信息

名称 Follow Feed | Feedly Follow Feed | Feedly
ID ccmkbgknapokcjabmiaimipiepgpgbco
官方URL https://chromewebstore.google.com/detail/follow-feed-feedly/ccmkbgknapokcjabmiaimipiepgpgbco
简介 Found a source your like? This extension allows you to find the RSS for that source and quickly add it to one of your Feedly feeds.
文件大小 1.56 MB
安装次数 13,023
当前版本 4.0.1
更新时间 2019-04-12
上架时间 2019-04-12
评分 3.49/5 共55次评分
开发者 https://feedly.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://feedly.com
帮助页面URL https://plus.google.com/communities/113648582731838175643
隐私政策页面URL https://feedly.com/i/legal/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Follow Feed | Feedly",
    "description": "Found a source your like? This extension allows you to find the RSS for that source and quickly add it to one of your Feedly feeds.",
    "author": "Feedly",
    "version": "4.0.1",
    "manifest_version": 2,
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "19x19.png",
            "38": "[email protected]"
        },
        "default_title": "Follow this feed | Feedly",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject-bundle.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "cookies",
        "*:\/\/feedly.com\/"
    ],
    "web_accessible_resources": [
        "128x128.png"
    ]
}