Fix Trello Boards Width

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

¿Qué es Fix Trello Boards Width?

Fix Trello Boards Width es una extensión de Chrome desarrollada por denno020, y su función principal es "Fix the container width of the Trello boards after latest UI update".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Fix Trello Boards Width

Descarga archivos de extensión Fix Trello Boards Width en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Fix Trello Boards Width Fix Trello Boards Width
ID ogdhdcfaleaijhiknnhphgnhofmpedpi
URL Oficial https://chromewebstore.google.com/detail/fix-trello-boards-width/ogdhdcfaleaijhiknnhphgnhofmpedpi
Descripción Fix the container width of the Trello boards after latest UI update
Tamaño del Archivo 1.14 MB
Cantidad de Instalaciones 156
Versión Actual 1.1.5
Última Actualización 2020-01-29
Fecha de Publicación 2020-01-29
Calificación 4.00/5 Total de 2 Calificaciones
Desarrollador denno020
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}