Fix Trello Boards Width

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

Τι είναι το Fix Trello Boards Width;

Το Fix Trello Boards Width είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον denno020, και η κύρια λειτουργία του είναι "Fix the container width of the Trello boards after latest UI update".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Fix Trello Boards Width

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

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

                        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.                    

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

Όνομα Fix Trello Boards Width Fix Trello Boards Width
ID ogdhdcfaleaijhiknnhphgnhofmpedpi
Επίσημο URL https://chromewebstore.google.com/detail/fix-trello-boards-width/ogdhdcfaleaijhiknnhphgnhofmpedpi
Περιγραφή Fix the container width of the Trello boards after latest UI update
Μέγεθος Αρχείου 1.14 MB
Αριθμός Εγκαταστάσεων 156
Τρέχουσα Έκδοση 1.1.5
Τελευταία Ενημέρωση 2020-01-29
Ημερομηνία Δημοσίευσης 2020-01-29
Αξιολόγηση 4.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής denno020
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}