Trello Lists Manager
Allow to hide and show lists on your Trello boards.
Cos'è Trello Lists Manager?
Trello Lists Manager è un'estensione di Chrome sviluppata da michamfr, e la sua funzione principale è "Allow to hide and show lists on your Trello boards.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Trello Lists Manager
Scarica i file di estensione Trello Lists Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 :)
Informazioni di Base sull'Estensione
Nome | |
ID | aidnllgbgcffhbobliklniibjekkdgmb |
URL Ufficiale | https://chrome.google.com/webstore/detail/trello-lists-manager/aidnllgbgcffhbobliklniibjekkdgmb |
Descrizione | Allow to hide and show lists on your Trello boards. |
Dimensione del File | 148 KB |
Conteggio Installazioni | 171 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2017-06-03 |
Data di Pubblicazione | 2017-06-03 |
Valutazione | 3.29/5 Totale 7 Valutazioni |
Sviluppatore | michamfr |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/MollardMichael/trello-list-manager |
Lingue Supportate | 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" } |