Feedly Counter
Shows unread article count from Feedly
Cos'è Feedly Counter?
Feedly Counter è un'estensione di Chrome sviluppata da p3lim, e la sua funzione principale è "Shows unread article count from Feedly".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Feedly Counter
Scarica i file di estensione Feedly Counter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Feedly Counter is a Chrome extension for Feedly, which allows you to see at a glance when you've got unread articles, and gives you easy one-click-access to your feeds. I made this as an alternative to the original extension when it magically lost this option. ** New in 1.3.3: - Should hopefully fix the "grey icon" bug ** Future works and comments: I'm currently waiting for Feedly to give me a developer ID so I can make this extension smaller, quicker and safer. The work is already done, but Feedly is beeing a bit slow with processing my request. Once I've received this ID, expect a big update coming! Also, regarding the "grey icon"-bug, I appologize for the inconvenience, I just got caught up in work and was unable to fix it until now. Bugs such as these should not happen, and especially not live for such a long period.
Informazioni di Base sull'Estensione
Nome | Feedly Counter |
ID | inafnanoajecodppognidcacbaghfmdd |
URL Ufficiale | https://chromewebstore.google.com/detail/feedly-counter/inafnanoajecodppognidcacbaghfmdd |
Descrizione | Shows unread article count from Feedly |
Dimensione del File | 12.66 KB |
Conteggio Installazioni | 689 |
Versione Corrente | 1.3.3 |
Ultimo Aggiornamento | 2014-03-24 |
Data di Pubblicazione | 2014-03-24 |
Valutazione | 4.50/5 Totale 30 Valutazioni |
Sviluppatore | p3lim |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/p3lim/feedly-counter |
URL della Pagina di Aiuto | https://github.com/p3lim/feedly-counter/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Feedly Counter", "description": "Shows unread article count from Feedly", "version": "1.3.3", "options_page": "options.html", "icons": { "128": "\/icons\/icon128.png", "48": "\/icons\/icon48.png" }, "permissions": [ "tabs", "webRequest", "alarms", "notifications", "*:\/\/*.feedly.com\/*" ], "browser_action": { "default_icon": "\/icons\/icon_disabled.png" }, "background": { "persistent": true, "scripts": [ "background.js" ] } } |