Chuck Enhancements for Trello
Show full card labels, cards count and card numbers on trello.com for easier communication in a team.
Cos'è Chuck Enhancements for Trello?
Chuck Enhancements for Trello è un'estensione di Chrome sviluppata da https://chuckjhardy.com, e la sua funzione principale è "Show full card labels, cards count and card numbers on trello.com for easier communication in a team.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chuck Enhancements for Trello
Scarica i file di estensione Chuck Enhancements for 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
Show full card labels, cards count and card numbers on trello.com for easier communication in a team.
Informazioni di Base sull'Estensione
Nome | Chuck Enhancements for Trello |
ID | jnfooppcjiafgeenkfeneflchjnpcepm |
URL Ufficiale | https://chromewebstore.google.com/detail/chuck-enhancements-for-tr/jnfooppcjiafgeenkfeneflchjnpcepm |
Descrizione | Show full card labels, cards count and card numbers on trello.com for easier communication in a team. |
Dimensione del File | 9.24 KB |
Conteggio Installazioni | 342 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2015-02-18 |
Data di Pubblicazione | 2015-02-18 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://chuckjhardy.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ChuckJHardy/ChuckEnhancementsForTrello |
URL della Pagina di Aiuto | https://github.com/ChuckJHardy/ChuckEnhancementsForTrello/issues |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chuck Enhancements for Trello", "version": "0.0.1", "author": "Chuck J Hardy", "description": "Show full card labels, cards count and card numbers on trello.com for easier communication in a team.", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "css": [ "labels.css", "count.css", "numbers.css" ], "all_frames": true } ] } |