Slim Lists for Trello

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

Co je Slim Lists for Trello?

Slim Lists for Trello je rozšíření Chrome vyvinuté cchana, a jeho hlavní funkcí je „Shows you more lists in Trello by reducing the width of lists in Trello by up to 50%“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Slim Lists for Trello

Stáhněte si soubory rozšíření Slim Lists for Trello ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Slim Lists for Trello Slim Lists for Trello
ID pjlejgbmijmafmobaofcgblpdbkaodod
Oficiální URL https://chromewebstore.google.com/detail/slim-lists-for-trello/pjlejgbmijmafmobaofcgblpdbkaodod
Popis Shows you more lists in Trello by reducing the width of lists in Trello by up to 50%
Velikost souboru 11.01 KB
Počet instalací 7,671
Aktuální Verze 0.10
Poslední Aktualizace 2015-08-11
Datum Vydání 2015-08-11
Hodnocení 4.08/5 Celkem 60 Hodnocení
Vývojář cchana
Typ Platby free
Webové stránky Rozšíření http://charanj.it
Podporované Jazyky 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"
    }
}