trello+

Configurable, high contrast user cards for Trello

Cos'è trello+?

trello+ è un'estensione di Chrome sviluppata da William M Hayes, e la sua funzione principale è "Configurable, high contrast user cards for Trello".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione trello+

Scarica i file di estensione trello+ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome trello+ trello+
ID kgehmpaejbdohkkhjjkejhodgnjeejgm
URL Ufficiale https://chromewebstore.google.com/detail/trello+/kgehmpaejbdohkkhjjkejhodgnjeejgm
Descrizione Configurable, high contrast user cards for Trello
Dimensione del File 43.45 KB
Conteggio Installazioni 43
Versione Corrente 1.6
Ultimo Aggiornamento 2017-08-12
Data di Pubblicazione 2017-08-12
Sviluppatore William M Hayes
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
            ]
        }
    ]
}