Trello Board Color Changer
Let's you change your Trello boards background color.
O que é Trello Board Color Changer?
Trello Board Color Changer é uma extensão do Chrome desenvolvida por daergoth, e sua principal característica é "Let's you change your Trello boards background color.".
Baixar o arquivo CRX da Extensão Trello Board Color Changer
Baixe arquivos de extensão Trello Board Color Changer 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 small extension let's you change your Trello boards background color. Further development is planned!
Informações Básicas da Extensão
Nome | |
ID | gkhfebpopgcijhcobafpmaomafhaghhb |
URL Oficial | https://chromewebstore.google.com/detail/trello-board-color-change/gkhfebpopgcijhcobafpmaomafhaghhb |
Descrição | Let's you change your Trello boards background color. |
Tamanho do Arquivo | 315 KB |
Contagem de Instalações | 20 |
Versão Atual | 0.4 |
Última Atualização | 2016-08-06 |
Data de Publicação | 2016-08-06 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | daergoth |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trello Board Color Changer", "description": "Let's you change your Trello boards background color.", "version": "0.4", "permissions": [ "tabs", "storage", "*:\/\/trello.com\/*" ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_title": "Set your Trello boards background color", "default_icon": "icons\/icon16.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/trello.com\/b\/*" ], "js": [ "jquery\/jquery.min.js", "content-script.js" ] } ], "manifest_version": 2 } |