Sortly (a Feedly extension)

The ultimate feedly experience: sort by popularity

Sortly (a Feedly extension)란 무엇입니까?

Sortly (a Feedly extension)은(는) Anarkin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The ultimate feedly experience: sort by popularity"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Sortly (a Feedly extension) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Do you really love how RSS readers work, but got tired of all those daily articles and you find it unefficient to go through all of them?

The solution has arrived, Sortly!

Sort by popularity/likes, so you can read what other people found the most interesting, based on various social network feedbacks.

Usage:
- open feedly
- make sure you are using the New React-based rendering engine (General Settings)
- make sure you are using the Title-only view
- open your feed
- press 'q'



#feedly #sortly #sort #popularity #engagement #likes #facebook #twitter #google+                    

확장 프로그램 기본 정보

이름 Sortly (a Feedly extension) Sortly (a Feedly extension)
ID lbnbicibpjofgohfollbpobbcldakoon
공식 URL https://chrome.google.com/webstore/detail/lbnbicibpjofgohfollbpobbcldakoon
설명 The ultimate feedly experience: sort by popularity
파일 크기 52.14 KB
설치 횟수 607
현재 버전 2.1
최근 업데이트 2017-03-07
출시 날짜 2017-03-07
평점 4.20/5 총 44 개의 평점
개발자 Anarkin
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1",
    "name": "Sortly (a Feedly extension)",
    "short_name": "Sortly",
    "description": "The ultimate feedly experience: sort by popularity",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "content\/app128.png",
        "default_popup": "src\/options.html"
    },
    "content_scripts": [
        {
            "js": [
                "src\/jquery.js",
                "src\/main.js"
            ],
            "matches": [
                "http:\/\/*.feedly.com\/*",
                "https:\/\/*.feedly.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "options_page": "src\/options.html",
    "icons": {
        "16": "content\/app16.png",
        "48": "content\/app48.png",
        "128": "content\/app128.png"
    },
    "permissions": [
        "storage",
        "http:\/\/*.feedly.com\/*",
        "https:\/\/*.feedly.com\/*"
    ],
    "web_accessible_resources": [
        "content\/*.png"
    ]
}