Feedly-Simplify
This extension restyles/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab
O que é Feedly-Simplify?
Feedly-Simplify é uma extensão do Chrome desenvolvida por ckuijjer, e sua principal característica é "This extension restyles/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Feedly-Simplify
Baixe arquivos de extensão Feedly-Simplify 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
Informações Básicas da Extensão
Nome | |
ID | fgepkmmkpkdoppdjenceolgjbdcfiekb |
URL Oficial | https://chrome.google.com/webstore/detail/feedly-simplify/fgepkmmkpkdoppdjenceolgjbdcfiekb |
Descrição | This extension restyles/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab |
Tamanho do Arquivo | 6.41 KB |
Contagem de Instalações | 28 |
Versão Atual | 1.5.6 |
Última Atualização | 2017-11-02 |
Data de Publicação | 2017-11-02 |
Desenvolvedor | ckuijjer |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Feedly-Simplify", "description": "This extension restyles\/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab", "version": "1.5.6", "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/cloud.feedly.com\/*", "https:\/\/cloud.feedly.com\/*", "http:\/\/feedly.com\/*", "https:\/\/feedly.com\/*" ], "css": [ "style.css" ], "js": [ "content.js" ] } ], "permissions": [ "tabs" ], "background": { "scripts": [ "extension.js" ] } } |