Card Colors for Trello
Takes card label colors, either merge them or pick the first and add them to the entire card.
Τι είναι το Card Colors for Trello;
Το Card Colors for Trello είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Trustpilot, και η κύρια λειτουργία του είναι "Takes card label colors, either merge them or pick the first and add them to the entire card.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Card Colors for Trello
Λήψη αρχείων επέκτασης Card Colors for Trello σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Card Colors for Trello |
ID | nodlpencjjlohojddhflnahnfpfanbjm |
Επίσημο URL | https://chromewebstore.google.com/detail/card-colors-for-trello/nodlpencjjlohojddhflnahnfpfanbjm |
Περιγραφή | Takes card label colors, either merge them or pick the first and add them to the entire card. |
Μέγεθος Αρχείου | 37.98 KB |
Αριθμός Εγκαταστάσεων | 22,843 |
Τρέχουσα Έκδοση | 1.0.0.8 |
Τελευταία Ενημέρωση | 2017-06-28 |
Ημερομηνία Δημοσίευσης | 2017-06-28 |
Αξιολόγηση | 3.97/5 Συνολικά 104 Αξιολογήσεις |
Προγραμματιστής | Trustpilot |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | http://legal.trustpilot.com/end-user-privacy-terms |
Υποστηριζόμενες Γλώσσες | 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" ] } ] } |