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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}