Trello Lists Manager
Allow to hide and show lists on your Trello boards.
Qu'est-ce que Trello Lists Manager ?
Trello Lists Manager est une extension Chrome développée par michamfr, et sa fonction principale est "Allow to hide and show lists on your Trello boards.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Trello Lists Manager
Téléchargez les fichiers d'extension Trello Lists Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 :)
Informations de Base sur l'Extension
Nom | |
ID | aidnllgbgcffhbobliklniibjekkdgmb |
URL Officiel | https://chrome.google.com/webstore/detail/trello-lists-manager/aidnllgbgcffhbobliklniibjekkdgmb |
Description | Allow to hide and show lists on your Trello boards. |
Taille du Fichier | 148 KB |
Nombre d'Installations | 171 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2017-06-03 |
Date de Publication | 2017-06-03 |
Évaluation | 3.29/5 Total 7 Évaluations |
Développeur | michamfr |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/MollardMichael/trello-list-manager |
Langues Prises en Charge | 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" } |