Fix Trello Boards Width

Fix the container width of the Trello boards after latest UI update

Co to jest Fix Trello Boards Width?

Fix Trello Boards Width to rozszerzenie Chrome opracowane przez denno020, a jego główną funkcją jest „Fix the container width of the Trello boards after latest UI update”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Fix Trello Boards Width

Pobierz pliki rozszerzeń Fix Trello Boards Width w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Simply makes the Trello boards container take up the entire width of the browser, meaning more boards can be seen at once.

Since the most recent Trello update, whereby a Home feed was added, the boards page was restricted to a mere ~700px. For users with large monitors, this was never going to display very well. This extension will fix that.                    

Podstawowe informacje o rozszerzeniu

Nazwa Fix Trello Boards Width Fix Trello Boards Width
ID ogdhdcfaleaijhiknnhphgnhofmpedpi
Oficjalny URL https://chromewebstore.google.com/detail/fix-trello-boards-width/ogdhdcfaleaijhiknnhphgnhofmpedpi
Opis Fix the container width of the Trello boards after latest UI update
Rozmiar pliku 1.14 MB
Liczba instalacji 156
Aktualna Wersja 1.1.5
Ostatnia Aktualizacja 2020-01-29
Data Publikacji 2020-01-29
Ocena 4.00/5 Łącznie 2 Oceny
Deweloper denno020
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fix Trello Boards Width",
    "version": "1.1.5",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "description": "Fix the container width of the Trello boards after latest UI update",
    "author": "Luke Denton ",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.trello.com\/*",
                "https:\/\/*.trello.com\/*"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ]
}