Shrink Lists for Trello
Use with Trello to hide empty lists and resize the width of visible lists.
Qu'est-ce que Shrink Lists for Trello ?
Shrink Lists for Trello est une extension Chrome développée par labbeen, et sa fonction principale est "Use with Trello to hide empty lists and resize the width of visible lists.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Shrink Lists for Trello
Téléchargez les fichiers d'extension Shrink Lists for Trello 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
**If you need to add a list, you can double click anywhere on a board.** This extension will add four buttons to all your boards. "Hide Empty Lists" will hide all empty lists from the board. When empty lists are hidden, "Show Empty Lists" will appear. "Show Empty Lists" will show all previously hidden lists. "Shrink Lists" will reduce the width of lists on the board automatically based on available screen space. When lists have been shrunk, the button changes to "Expand Lists". "Expand Lists" will revert lists to their original size. This extension will also remove the "Add a list..." button from your boards. If you need to add a list, you can double click anywhere on a board.
Informations de Base sur l'Extension
Nom | Shrink Lists for Trello |
ID | kilgjjpphamfafmpfbljhhnibfalgica |
URL Officiel | https://chromewebstore.google.com/detail/shrink-lists-for-trello/kilgjjpphamfafmpfbljhhnibfalgica |
Description | Use with Trello to hide empty lists and resize the width of visible lists. |
Taille du Fichier | 122 KB |
Nombre d'Installations | 520 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2023-10-25 |
Date de Publication | 2017-03-21 |
Évaluation | 3.90/5 Total 10 Évaluations |
Développeur | labbeen |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shrink Lists for Trello", "short_name": "Shrink Trello", "version": "2.0", "manifest_version": 3, "description": "Use with Trello to hide empty lists and resize the width of visible lists.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "256": "icons\/icon128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/main.js", "src\/events.js" ], "run_at": "document_end" } ] } |