FullyFeedly

Add Mercury to Feedly and show the full content of articles

FullyFeedly란 무엇입니까?

FullyFeedly은(는) Andrea Grandi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add Mercury to Feedly and show the full content of articles"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

FullyFeedly 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Read your RSS feed at the speed of light!
FullyFeedly shows the full articles in Feedly.com, the famous RSS feed reader.

With FullyFeedly you can read the full content of the articles inside Feedly, even when the feed RSS contains only a short preview.

Main features 

* Seamless integration with Mercury API
* Super fast keyboard shortcut
* Works great with HTTPS connection

-----

Changelog:

See releases on Github: https://github.com/Muffo/fullyfeedly/releases

-----

Do you like the extension? Leave a review!!
I look forward to hearing your feedbacks :)                    

확장 프로그램 기본 정보

이름 FullyFeedly FullyFeedly
ID ikdncbjpcpkheefmnbicggciklkeebmp
공식 URL https://chromewebstore.google.com/detail/fullyfeedly/ikdncbjpcpkheefmnbicggciklkeebmp
설명 Add Mercury to Feedly and show the full content of articles
파일 크기 142 KB
설치 횟수 2,419
현재 버전 0.11.1
최근 업데이트 2021-02-14
출시 날짜 2019-04-09
평점 4.43/5 총 58 개의 평점
개발자 Andrea Grandi
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Muffo/fullyfeedly
도움말 페이지 URL https://github.com/Muffo/fullyfeedly/issues
지원되는 언어 en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.11.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "fullyfeedly"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.feedly.com\/*"
            ],
            "js": [
                "bower_components\/spin.js\/spin.js",
                "bower_components\/iosoverlay\/js\/iosOverlay.js",
                "bower_components\/mousetrap\/mousetrap.js",
                "scripts\/content.js"
            ],
            "css": [
                "bower_components\/iosoverlay\/css\/iosOverlay.css",
                "styles\/content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/cross.png",
        "images\/check.png",
        "options.html"
    ],
    "permissions": [
        "declarativeContent",
        "activeTab",
        "storage",
        "https:\/\/boilerpipe-web.appspot.com\/*",
        "https:\/\/*.amazonaws.com\/*"
    ],
    "options_page": "options.html"
}