Trello Extended
This extension expands the features of Trello, by enabling a few hidden features as well as adding new ones. Features Enabled -…
Trello Extended क्या है?
Trello Extended Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension expands the features of Trello, by enabling a few hidden features as well as adding new ones. Features Enabled -…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Trello Extended एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension expands the features of Trello, by enabling a few hidden features as well as adding new ones. Features Enabled - label titles will now be displayed - card counts at the tops of the list will now be displayed New features - using (digits) notation will add a badge to each card. This can be used as estimated points in an agile/scrum scenario. Totals will be displayed on top of the list. - using [digits] notation will add a badge to each card. This can be used as additional points in an agile/scrum scenario. Totals will be displayed on top of the list. - using ($digits) notation will add a badge to each card. This can be used for adding dollar values, positive or negative, to each card. Totals will be displayed on top of the list. - using {name} notation will add the defined card color label badge in the top right, as well as add a border to the card. The labels and colors are defined in a separate list called "Card Colors". Each card in that list has 3 dash delimited parameters. The first is the label name, the second is a css color for the border/background, and the third is optional which is the text color for the label.
एक्सटेंशन की मूल जानकारी
नाम | Trello Extended |
ID | donfidipaakamnppilgalacjckodaeog |
आधिकारिक URL | https://chromewebstore.google.com/detail/trello-extended/donfidipaakamnppilgalacjckodaeog |
विवरण | This extension expands the features of Trello, by enabling a few hidden features as well as adding new ones. Features Enabled -… |
फ़ाइल का आकार | 36.7 KB |
स्थापना संख्या | 268 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2016-04-22 |
प्रकाशन तिथि | 2016-04-22 |
रेटिंग | 4.50/5 कुल 4 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trello Extended", "description": "", "version": "1.3", "author": "Mitko Tochev", "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "js\/jquery-2.2.3.min.js", "js\/card_colors.js" ], "css": [ "css\/card_colors.css" ] } ] } |