Faster Feedly
Open Feedly links in new process
O que é Faster Feedly?
Faster Feedly é uma extensão do Chrome desenvolvida por 0x04, e sua principal característica é "Open Feedly links in new process".
Baixar o arquivo CRX da Extensão Faster Feedly
Baixe arquivos de extensão Faster Feedly 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
This extension adds the attribute "rel=noreferrer" to any link in Feedly right before the it gets clicked. Because of this attribute the link will open in a new chrome process instead of using the same process as the Feedly tab and share its resources. This means that you should not experience any hangs or freezes in Feedly. If Feedly or one of the opened pages are crashing, it won't let crash all the other tabs.
Informações Básicas da Extensão
Nome | |
ID | gagalaigbidgkfapafgmgohcpfganoig |
URL Oficial | https://chrome.google.com/webstore/detail/faster-feedly/gagalaigbidgkfapafgmgohcpfganoig |
Descrição | Open Feedly links in new process |
Tamanho do Arquivo | 15.01 KB |
Contagem de Instalações | 68 |
Versão Atual | 0.1 |
Última Atualização | 2016-04-24 |
Data de Publicação | 2016-04-24 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | 0x04 |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/kirrmann/Faster-Feedly |
URL da Página de Ajuda | https://github.com/kirrmann/Faster-Feedly/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Faster Feedly", "version": "0.1", "manifest_version": 2, "description": "Open Feedly links in new process", "icons": { "24": "24.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "*:\/\/feedly.com\/*" ], "js": [ "modify-a-attr.js" ] } ] } |