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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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+
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" ] } |