Sortly (a Feedly extension)
The ultimate feedly experience: sort by popularity
Sortly (a Feedly extension) क्या है?
Sortly (a Feedly extension) Anarkin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The ultimate feedly experience: sort by popularity"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sortly (a Feedly extension) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |