Sortly (a Feedly extension)
The ultimate feedly experience: sort by popularity
Sortly (a Feedly extension) là gì?
Sortly (a Feedly extension) là một tiện ích mở rộng Chrome được phát triển bởi Anarkin, và tính năng chính của nó là "The ultimate feedly experience: sort by popularity".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Sortly (a Feedly extension)
Tải xuống các tệp mở rộng Sortly (a Feedly extension) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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+
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lbnbicibpjofgohfollbpobbcldakoon |
URL Chính Thức | https://chrome.google.com/webstore/detail/lbnbicibpjofgohfollbpobbcldakoon |
Mô tả | The ultimate feedly experience: sort by popularity |
Kích Thước Tệp | 52.14 KB |
Số Lần Cài Đặt | 607 |
Phiên Bản Hiện Tại | 2.1 |
Cập Nhật Lần Cuối | 2017-03-07 |
Ngày Phát Hành | 2017-03-07 |
Đánh Giá | 4.20/5 Tổng số 44 Đánh Giá |
Nhà Phát Triển | Anarkin |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |