Trello Grid

Adds grid layout to Trello

Was ist Trello Grid?

Trello Grid ist eine Chrome-Erweiterung, die von fuechec.mark entwickelt wurde, und ihr Hauptmerkmal ist "Adds grid layout to Trello".

Erweiterungsscreenshots

screenshot

Trello Grid-Erweiterungs-CRX-Datei herunterladen

Laden Sie Trello Grid-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This simple extension that creates a grid layout for the Trello board. After installing the extension, navigate to Trello.com and your banyan boards will be togglable to a grid layout by pressing the 'g' key.                    

Grundlegende Informationen zur Erweiterung

Name Trello Grid Trello Grid
ID ddlkemoiobinoolmeccabbpbalojmlij
Offizielle URL https://chromewebstore.google.com/detail/trello-grid/ddlkemoiobinoolmeccabbpbalojmlij
Beschreibung Adds grid layout to Trello
Dateigröße 474 KB
Installationsanzahl 31
Aktuelle Version 0.0.0.2
Letztes Update 2020-11-17
Veröffentlichungsdatum 2020-11-12
Bewertung 1.33/5 Insgesamt 3 Bewertungen
Entwickler fuechec.mark
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trello Grid",
    "version": "0.0.0.2",
    "description": "Adds grid layout to Trello",
    "icons": {
        "16": "grid.png",
        "48": "promotional.png",
        "128": "screenshot.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ]
        }
    ]
}