Card Colors for Trello
Takes card label colors, either merge them or pick the first and add them to the entire card.
Cos'è Card Colors for Trello?
Card Colors for Trello è un'estensione di Chrome sviluppata da Trustpilot, e la sua funzione principale è "Takes card label colors, either merge them or pick the first and add them to the entire card.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Card Colors for Trello
Scarica i file di estensione Card Colors for Trello in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Simple extension allowing the selected label colors of cards in Trello to fill the entire card. Settings allow either combing colors of multiple labels by simple rgb base value average or pick the color of the first label. 1.0.0.8 - Fixed issue with changed classes 1.0.0.7 - Reduced CPU load by only updating the DOM when there are changes 1.0.0.6 - Fixed some style issues and added an option button to select between 'merge' and 'use first label color'-mode to the top left menu. 1.0.0.5 - Should play more nicely with stickers now. If not - let me know.
Informazioni di Base sull'Estensione
Nome | Card Colors for Trello |
ID | nodlpencjjlohojddhflnahnfpfanbjm |
URL Ufficiale | https://chromewebstore.google.com/detail/card-colors-for-trello/nodlpencjjlohojddhflnahnfpfanbjm |
Descrizione | Takes card label colors, either merge them or pick the first and add them to the entire card. |
Dimensione del File | 37.98 KB |
Conteggio Installazioni | 22,843 |
Versione Corrente | 1.0.0.8 |
Ultimo Aggiornamento | 2017-06-28 |
Data di Pubblicazione | 2017-06-28 |
Valutazione | 3.97/5 Totale 104 Valutazioni |
Sviluppatore | Trustpilot |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | http://legal.trustpilot.com/end-user-privacy-terms |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Card Colors for Trello", "description": "Takes card label colors, either merge them or pick the first and add them to the entire card.", "version": "1.0.0.8", "icons": { "128": "img\/icon128.png" }, "web_accessible_resources": [ "js\/jquery.min.map" ], "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "js\/jquery-1.9.1.min.js", "js\/content.js" ] } ] } |