feedly shortcuts
This extension supplies shortcuts adjusting font-size and width of feed content for feedly
O que é feedly shortcuts?
feedly shortcuts é uma extensão do Chrome desenvolvida por jeffsun.tj, e sua principal característica é "This extension supplies shortcuts adjusting font-size and width of feed content for feedly".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão feedly shortcuts
Baixe arquivos de extensão feedly shortcuts 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
three supplementary shortcuts for feedly this extension makes feedly more similar to google reader =/- zoom in/out the font size in the opening article +/_ widen/narrow the content any suggestion is welcome 1.1.7 add meta tag specifying 'no-referrer' policy 1.1.6 minor fix for image style 1.1.5 adapte to latest feedly.com centrailize images in feed 1.1.4 some minor fixes 1.1.3 fix permissions be able to adjust font size of within html tag other thanbe able to adjust content width of rss feed (use _/+) a usable popup window 1.1.2 support https connection 1.1.1 update for new url of feedly make content centerlized in feedly
Informações Básicas da Extensão
Nome | feedly shortcuts |
ID | ljfabpoffmgadjjfokkemmnamloihbco |
URL Oficial | https://chromewebstore.google.com/detail/feedly-shortcuts/ljfabpoffmgadjjfokkemmnamloihbco |
Descrição | This extension supplies shortcuts adjusting font-size and width of feed content for feedly |
Tamanho do Arquivo | 27.27 KB |
Contagem de Instalações | 55 |
Versão Atual | 1.1.7 |
Última Atualização | 2019-06-19 |
Data de Publicação | 2019-06-19 |
Classificação | 4.00/5 Total de 1 Avaliações |
Desenvolvedor | jeffsun.tj |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "feedly shortcuts", "description": "This extension supplies shortcuts adjusting font-size and width of feed content for feedly", "version": "1.1.7", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/feedly.com\/*", "https:\/\/feedly.com\/*" ], "js": [ "feedly_injector.js" ] } ], "permissions": [ "http:\/\/feedly.com\/*", "https:\/\/feedly.com\/*" ], "page_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html" } } |