Sortly (a Feedly extension)

The ultimate feedly experience: sort by popularity

Что такое Sortly (a Feedly extension)?

Sortly (a Feedly extension) - это расширение Chrome, разработанное Anarkin, и его основная функция - "The ultimate feedly experience: sort by popularity".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Sortly (a Feedly extension)

Скачайте файлы расширений 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"
    ]
}