Sortly (a Feedly extension)
The ultimate feedly experience: sort by popularity
Apa itu Sortly (a Feedly extension)?
Sortly (a Feedly extension) adalah ekstensi Chrome yang dikembangkan oleh Anarkin, dan fitur utamanya adalah "The ultimate feedly experience: sort by popularity".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Sortly (a Feedly extension)
Unduh file ekstensi Sortly (a Feedly extension) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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+
Informasi Dasar Ekstensi
Nama | |
ID | lbnbicibpjofgohfollbpobbcldakoon |
URL Resmi | https://chrome.google.com/webstore/detail/lbnbicibpjofgohfollbpobbcldakoon |
Deskripsi | The ultimate feedly experience: sort by popularity |
Ukuran File | 52.14 KB |
Jumlah Instalasi | 607 |
Versi Saat Ini | 2.1 |
Terakhir Diperbarui | 2017-03-07 |
Tanggal Publikasi | 2017-03-07 |
Penilaian | 4.20/5 Total 44 Penilaian |
Pengembang | Anarkin |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |