Trellists: Trello Lists Master

Allow to hide and show lists at Trello's boards.

Τι είναι το Trellists: Trello Lists Master;

Το Trellists: Trello Lists Master είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Vlad Savitsky, και η κύρια λειτουργία του είναι "Allow to hide and show lists at Trello's boards.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Trellists: Trello Lists Master

Λήψη αρχείων επέκτασης Trellists: Trello Lists Master σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Trello.com is the really great tool but if you have a lot of Lists it will be hard to manage them or you should use horizontal scroll all the time.

This extension solves problem of horizontal scrolling and makes easier management of boards with a huge amount of Lists. Main features:
* Adds a nice bar at the top where all existing Lists are shown;
* Hide and show Lists at board by clicking List name in the bar;
* Status of each List represented by color: grey for hidden List and white for shown.
Updates:

2.8
* Removed unused permission 'storage'.

2.7 

* Minor change. Removed useless 'tabs' permission.

2.6 

* Fixed issue when status of list wasn't restored from localStorage when switched to new board and then back again.


2.5 
* Fixed bug with single qoutes in list names which blocked any operation with lists.
* Improved speed of menu rendering.
* Implemented menu updating on list archive/move.

2.2

* Updated extension to work with newest changes in trello.com layout.

2.1

* Implemented storing state of each List in LocalStorage so you shouldn't set state each time you opened board.

2.0
* Fixed bugs https://trello.com/c/xNzKkl72 and https://trello.com/c/XolHwvsc which blocked adding new cards and hides horizontall scroll bar if board contain a huge amount of lists.

1.9
* Minor fixes and improvements.

1.8
* Fixed bug with wrong color of tabs for newly created Lists.
* Improved behavior of 'Hide all/Show all' button.

1.7
* Added ability to hide all and show all Lists in one clik. Now you can easily hide all lists then show only one and manage cards in this list without any scrolling. Nice!

1.6
* Fixed automatic injection of extension to Trello's page. Now list of all lists will appear automatically for all Boards.
* Added new screenshots.

1.5
* Implemented storing status of List (hidden/shown) for each List at board and correct status in top Menu for each tab (which represents actual tab).

1.4
* Implemented integration with 'Points for Trello' extension which updates Lists headers each 2 seconds and slow down whole page if there are a lot of lists.
* Removed jQuery fadeIn effect for top bar to avoid flashing.

1.3
* Fixed a lot of bugs.
* Increased speed of application.
* Improved UI.
* Changed styles of Bar to look more like Trello's native elements.
* Bar in header now appears just after page load automatically.
* Bar updates on List creation/removing/title update/archiving.
* Implemented support of drag-and-drop List's movements.



1.1
* Updated to newest version of trello.com.
* Better UI.
* Removed useless HTML.

1.0 
* Shows lists in one row in the header.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Trellists: Trello Lists Master Trellists: Trello Lists Master
ID dgnlcodfeenegnifnpcabcclldoceeml
Επίσημο URL https://chromewebstore.google.com/detail/trellists-trello-lists-ma/dgnlcodfeenegnifnpcabcclldoceeml
Περιγραφή Allow to hide and show lists at Trello's boards.
Μέγεθος Αρχείου 549 KB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 2.8
Τελευταία Ενημέρωση 2020-06-03
Ημερομηνία Δημοσίευσης 2020-06-02
Αξιολόγηση 3.74/5 Συνολικά 124 Αξιολογήσεις
Προγραμματιστής Vlad Savitsky
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://groups.google.com/d/forum/trellists-support
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "version": "2.8",
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "style.css"
            ],
            "js": [
                "js\/jquery-1.11.1.min.js",
                "js\/jquery.waituntilexists.min.js",
                "js\/mutation-summary.js",
                "js\/trellists.js"
            ],
            "matches": [
                "*:\/\/trello.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "*:\/\/trello.com\/"
    ],
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCzfiXS6Li03uSvMv1bBfQBn8DgKdJ8a3JoD5EyA9PQQi1TdPykdwd2ughWLa\/Jng31tBeEwp7PGnA0ZC8p2KYdZ9sUt1YpbircUFuylYEKZnw0Z06YCdIvusUwPFWFydy0u8nggyY8I5E5f0IDTAQ5ERmXM51QuR6jou5VflMISwIDAQAB",
    "manifest_version": 2,
    "name": "Trellists: Trello Lists Master",
    "short_name": "Trellists",
    "description": "Allow to hide and show lists at Trello's boards.",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Vlad Savitsky",
    "icons": {
        "128": "icons\/trellists.png",
        "16": "icons\/trellists.png",
        "32": "icons\/trellists.png",
        "48": "icons\/trellists.png"
    }
}