Slim Lists for Trello

Shows you more lists in Trello by reducing the width of lists in Trello by up to 50%

Τι είναι το Slim Lists for Trello;

Το Slim Lists for Trello είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον cchana, και η κύρια λειτουργία του είναι "Shows you more lists in Trello by reducing the width of lists in Trello by up to 50%".

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

screenshot
screenshot

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

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

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

                        Slim Lists reduces the width of each list on your board so that you can fit more onto your screen. Lists can be reduced to almost half of their original width allowing you to fit almost twice as many lists on your screen. The extension will only take effect when you have too many lists to fit on your screen.

Because of how Trello works, the structure of the page is reloaded every time meaning the extension runs after every change.

The extension now accommodates Trello's 'Add list' option. If you can't see this option, just scroll right to bring it up. Of course, you can double click anywhere on the board's background to create a new list at that position.                    

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

Όνομα Slim Lists for Trello Slim Lists for Trello
ID pjlejgbmijmafmobaofcgblpdbkaodod
Επίσημο URL https://chromewebstore.google.com/detail/slim-lists-for-trello/pjlejgbmijmafmobaofcgblpdbkaodod
Περιγραφή Shows you more lists in Trello by reducing the width of lists in Trello by up to 50%
Μέγεθος Αρχείου 11.01 KB
Αριθμός Εγκαταστάσεων 7,671
Τρέχουσα Έκδοση 0.10
Τελευταία Ενημέρωση 2015-08-11
Ημερομηνία Δημοσίευσης 2015-08-11
Αξιολόγηση 4.08/5 Συνολικά 60 Αξιολογήσεις
Προγραμματιστής cchana
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://charanj.it
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Slim Lists for Trello",
    "version": "0.10",
    "manifest_version": 2,
    "description": "Shows you more lists in Trello by reducing the width of lists in Trello by up to 50%",
    "content_scripts": [
        {
            "js": [
                "scripts.js"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon_128.png"
    }
}