Readly

A little Google Reader treatment for Feedly

Readly란 무엇입니까?

Readly은(는) Illia Panasenko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A little Google Reader treatment for Feedly"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Most of things it visually changes are applied to list (titles, condensed) view only. What it does:

Makes layout a little more compact, less free space
Grey colour title for read article when it is opened
Smaller images for freakenergy.ru RSS feed (I need it, so it will be here :) )
Favicons are always shown
Some visual fixes

"v" opens article in new background tab                    

확장 프로그램 기본 정보

이름 Readly Readly
ID aflgknnjpkjdoapemodkijpmgclcingn
공식 URL https://chromewebstore.google.com/detail/readly/aflgknnjpkjdoapemodkijpmgclcingn
설명 A little Google Reader treatment for Feedly
파일 크기 64.09 KB
설치 횟수 601
현재 버전 0.10.4
최근 업데이트 2021-05-13
출시 날짜 2019-03-07
평점 4.21/5 총 24 개의 평점
개발자 Illia Panasenko
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Readly",
    "version": "0.10.4",
    "manifest_version": 2,
    "description": "A little Google Reader treatment for Feedly",
    "icons": {
        "16": "icons\/readly-16.png",
        "32": "icons\/readly-32.png",
        "64": "icons\/readly-64.png",
        "128": "icons\/readly-128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.feedly.com\/home*",
                "https:\/\/www.feedly.com\/home*",
                "http:\/\/cloud.feedly.com\/*",
                "https:\/\/cloud.feedly.com\/*",
                "http:\/\/feedly.com\/*",
                "https:\/\/feedly.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}