Slim Lists for Trello
Shows you more lists in Trello by reducing the width of lists in Trello by up to 50%
O que é Slim Lists for Trello?
Slim Lists for Trello é uma extensão do Chrome desenvolvida por cchana, e sua principal característica é "Shows you more lists in Trello by reducing the width of lists in Trello by up to 50%".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Slim Lists for Trello
Baixe arquivos de extensão Slim Lists for Trello 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
Slim Lists reduces the width of each list on your board so that you can fit more onto your screen. Lists can be reduced to almost half of their original width allowing you to fit almost twice as many lists on your screen. The extension will only take effect when you have too many lists to fit on your screen. Because of how Trello works, the structure of the page is reloaded every time meaning the extension runs after every change. The extension now accommodates Trello's 'Add list' option. If you can't see this option, just scroll right to bring it up. Of course, you can double click anywhere on the board's background to create a new list at that position.
Informações Básicas da Extensão
Nome | Slim Lists for Trello |
ID | pjlejgbmijmafmobaofcgblpdbkaodod |
URL Oficial | https://chromewebstore.google.com/detail/slim-lists-for-trello/pjlejgbmijmafmobaofcgblpdbkaodod |
Descrição | Shows you more lists in Trello by reducing the width of lists in Trello by up to 50% |
Tamanho do Arquivo | 11.01 KB |
Contagem de Instalações | 7,671 |
Versão Atual | 0.10 |
Última Atualização | 2015-08-11 |
Data de Publicação | 2015-08-11 |
Classificação | 4.08/5 Total de 60 Avaliações |
Desenvolvedor | cchana |
Tipo de Pagamento | free |
Site da Extensão | http://charanj.it |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Slim Lists for Trello", "version": "0.10", "manifest_version": 2, "description": "Shows you more lists in Trello by reducing the width of lists in Trello by up to 50%", "content_scripts": [ { "js": [ "scripts.js" ], "matches": [ "https:\/\/trello.com\/*" ], "run_at": "document_end" } ], "icons": { "128": "icon_128.png" } } |