Feedly Counter

Shows unread article count from Feedly

O que é Feedly Counter?

Feedly Counter é uma extensão do Chrome desenvolvida por p3lim, e sua principal característica é "Shows unread article count from Feedly".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Feedly Counter

Baixe arquivos de extensão Feedly Counter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Feedly Counter Feedly Counter
ID inafnanoajecodppognidcacbaghfmdd
URL Oficial https://chromewebstore.google.com/detail/feedly-counter/inafnanoajecodppognidcacbaghfmdd
Descrição Shows unread article count from Feedly
Tamanho do Arquivo 12.66 KB
Contagem de Instalações 689
Versão Atual 1.3.3
Última Atualização 2014-03-24
Data de Publicação 2014-03-24
Classificação 4.50/5 Total de 30 Avaliações
Desenvolvedor p3lim
Tipo de Pagamento free
Site da Extensão https://github.com/p3lim/feedly-counter
URL da Página de Ajuda https://github.com/p3lim/feedly-counter/issues
Idiomas Suportados 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"
        ]
    }
}