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
官方網址 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"
    ]
}