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 |
官方網址 | 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" ] } |