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ファイルをダウンロード

Sortly (a Feedly extension)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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