Card Colors for Trello
Takes card label colors, either merge them or pick the first and add them to the entire card.
Co je Card Colors for Trello?
Card Colors for Trello je rozšíření Chrome vyvinuté Trustpilot, a jeho hlavní funkcí je „Takes card label colors, either merge them or pick the first and add them to the entire card.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Card Colors for Trello
Stáhněte si soubory rozšíření Card Colors for Trello ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Card Colors for Trello |
ID | nodlpencjjlohojddhflnahnfpfanbjm |
Oficiální URL | https://chromewebstore.google.com/detail/card-colors-for-trello/nodlpencjjlohojddhflnahnfpfanbjm |
Popis | Takes card label colors, either merge them or pick the first and add them to the entire card. |
Velikost souboru | 37.98 KB |
Počet instalací | 22,843 |
Aktuální Verze | 1.0.0.8 |
Poslední Aktualizace | 2017-06-28 |
Datum Vydání | 2017-06-28 |
Hodnocení | 3.97/5 Celkem 104 Hodnocení |
Vývojář | Trustpilot |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | http://legal.trustpilot.com/end-user-privacy-terms |
Podporované Jazyky | 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" ] } ] } |