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
Eメール [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"
    ]
}