Sortly (a Feedly extension)
The ultimate feedly experience: sort by popularity
Was ist Sortly (a Feedly extension)?
Sortly (a Feedly extension) ist eine Chrome-Erweiterung, die von Anarkin entwickelt wurde, und ihr Hauptmerkmal ist "The ultimate feedly experience: sort by popularity".
Erweiterungsscreenshots
Sortly (a Feedly extension)-Erweiterungs-CRX-Datei herunterladen
Laden Sie Sortly (a Feedly extension)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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+
Grundlegende Informationen zur Erweiterung
Name | |
ID | lbnbicibpjofgohfollbpobbcldakoon |
Offizielle URL | https://chrome.google.com/webstore/detail/lbnbicibpjofgohfollbpobbcldakoon |
Beschreibung | The ultimate feedly experience: sort by popularity |
Dateigröße | 52.14 KB |
Installationsanzahl | 607 |
Aktuelle Version | 2.1 |
Letztes Update | 2017-03-07 |
Veröffentlichungsdatum | 2017-03-07 |
Bewertung | 4.20/5 Insgesamt 44 Bewertungen |
Entwickler | Anarkin |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |