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”。
扩展截图
下载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+
扩展基本信息
名称 | |
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" ] } |