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 Trustpilot द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Takes card label colors, either merge them or pick the first and add them to the entire card."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Card Colors for Trello एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } ] } |