trello+

Configurable, high contrast user cards for Trello

Was ist trello+?

trello+ ist eine Chrome-Erweiterung, die von William M Hayes entwickelt wurde, und ihr Hauptmerkmal ist "Configurable, high contrast user cards for Trello".

Erweiterungsscreenshots

screenshot
screenshot

trello+-Erweiterungs-CRX-Datei herunterladen

Laden Sie trello+-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

                        Highlights the Trello cards you're attached to.

v 1.6
- Updated avatar identification

v 1.5
- Added support for subscribed lists and cards

v1.4
- Added compressed cards
- Added image dim to dimmed cards
- Misc layout tweaks                    

Grundlegende Informationen zur Erweiterung

Name trello+ trello+
ID kgehmpaejbdohkkhjjkejhodgnjeejgm
Offizielle URL https://chromewebstore.google.com/detail/trello+/kgehmpaejbdohkkhjjkejhodgnjeejgm
Beschreibung Configurable, high contrast user cards for Trello
Dateigröße 43.45 KB
Installationsanzahl 43
Aktuelle Version 1.6
Letztes Update 2017-08-12
Veröffentlichungsdatum 2017-08-12
Entwickler William M Hayes
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+",
    "short_name": "trello+",
    "description": "Configurable, high contrast user cards for Trello",
    "version": "1.6",
    "browser_action": {
        "default_icon": "shared\/icons\/icon16.png",
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "16": "shared\/icons\/icon16.png",
        "48": "shared\/icons\/icon48.png",
        "128": "shared\/icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/trello.com\/"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "shared\/js\/jquery.min.js",
                "app\/app.min.js"
            ],
            "css": [
                "app\/app.css"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ]
        }
    ]
}