Shrink Lists for Trello
Use with Trello to hide empty lists and resize the width of visible lists.
Τι είναι το Shrink Lists for Trello;
Το Shrink Lists for Trello είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον labbeen, και η κύρια λειτουργία του είναι "Use with Trello to hide empty lists and resize the width of visible lists.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Shrink Lists for Trello
Λήψη αρχείων επέκτασης Shrink Lists for Trello σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
**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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Shrink Lists for Trello |
ID | kilgjjpphamfafmpfbljhhnibfalgica |
Επίσημο URL | https://chromewebstore.google.com/detail/shrink-lists-for-trello/kilgjjpphamfafmpfbljhhnibfalgica |
Περιγραφή | Use with Trello to hide empty lists and resize the width of visible lists. |
Μέγεθος Αρχείου | 122 KB |
Αριθμός Εγκαταστάσεων | 520 |
Τρέχουσα Έκδοση | 2.0 |
Τελευταία Ενημέρωση | 2023-10-25 |
Ημερομηνία Δημοσίευσης | 2017-03-21 |
Αξιολόγηση | 3.90/5 Συνολικά 10 Αξιολογήσεις |
Προγραμματιστής | labbeen |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } ] } |