Feedly hotkeys

Disable feedly hotkeys

O que é Feedly hotkeys?

Feedly hotkeys é uma extensão do Chrome desenvolvida por b.pratsiuk, e sua principal característica é "Disable feedly hotkeys".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Feedly hotkeys

Baixe arquivos de extensão Feedly hotkeys 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

                        You can disable certain hotkeys at Feedly.com.
Also extension provides multi-language hotkeys support.
Enjoy!                    

Informações Básicas da Extensão

Nome Feedly hotkeys Feedly hotkeys
ID bgcpgbfpamgbjoohijpmlegohkhhmfol
URL Oficial https://chrome.google.com/webstore/detail/feedly-hotkeys/bgcpgbfpamgbjoohijpmlegohkhhmfol
Descrição Disable feedly hotkeys
Tamanho do Arquivo 35.48 KB
Contagem de Instalações 11
Versão Atual 1.3
Última Atualização 2014-06-18
Data de Publicação 2014-06-18
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor b.pratsiuk
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "injector.js"
            ],
            "matches": [
                "http:\/\/feedly.com\/*"
            ]
        }
    ],
    "description": "Disable feedly hotkeys",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtXhSXDrqL7AOa7Bx4Qx9mZQqKsdWYeLDdAujPAoyWdLtHPtNikK+aqg8O6571CCUA\/PP1OCpDU78\/dCxjgccviDs4GP\/tEzHrISH1olNzhUo4sP1nxlUlOjMNG5PW1M6v74\/tzHmMAwt2E7Ib\/dHSB\/Rxir51ey6ethlZDHyjwDZQpQcCRsDZAz\/nNOhg6xiJ3yGUmaqDrayGBYMwD1ThP+PqiBLRl4PqsO4s41dAOegZvqwY1vwr+Ov\/XhGk3YUkgoFp6EiqkhR1NBBmOzycSk5fc\/pMungwC0KyQnfzTocevaVnc5VuiVh4yTY8YLdMQi+NIpCZOyC6M3YHzZnxQIDAQAB",
    "manifest_version": 2,
    "name": "Feedly hotkeys",
    "permissions": [
        "tabs",
        "http:\/\/feedly.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3",
    "web_accessible_resources": [
        "main.js",
        "style.css"
    ]
}