Trello Lists Manager
Allow to hide and show lists on your Trello boards.
Trello Lists Manager क्या है?
Trello Lists Manager michamfr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allow to hide and show lists on your Trello boards."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Trello Lists Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Allows to hide entire list from being displayed on your board with having to archive them. This becomes really useful if the board becames too big and doesn't belongs to you :)
एक्सटेंशन की मूल जानकारी
नाम | |
ID | aidnllgbgcffhbobliklniibjekkdgmb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/trello-lists-manager/aidnllgbgcffhbobliklniibjekkdgmb |
विवरण | Allow to hide and show lists on your Trello boards. |
फ़ाइल का आकार | 148 KB |
स्थापना संख्या | 171 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2017-06-03 |
प्रकाशन तिथि | 2017-06-03 |
रेटिंग | 3.29/5 कुल 7 रेटिंग्स |
डेवलपर | michamfr |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/MollardMichael/trello-list-manager |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "content_scripts": [ { "all_frames": true, "css": [ "style.css" ], "js": [ "js\/jquery-1.11.1.min.js", "js\/jquery.ba-throttle-debounce.min.js", "js\/jquery.waituntilexists.min.js", "js\/mutation-summary.js", "js\/list-manager.js" ], "matches": [ "*:\/\/trello.com\/*" ], "run_at": "document_start" } ], "permissions": [ "*:\/\/trello.com\/", "storage" ], "icons": { "48": "icons\/tlm48.png", "128": "icons\/tlm128.png" }, "manifest_version": 2, "name": "Trello Lists Manager", "short_name": "TLM", "description": "Allow to hide and show lists on your Trello boards.", "author": "Michael Mollard" } |