Trello Card Colors
Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello.
Cos'è Trello Card Colors?
Trello Card Colors è un'estensione di Chrome sviluppata da Koji Sekiguchi, e la sua funzione principale è "Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Trello Card Colors
Scarica i file di estensione Trello Card Colors 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
Fills each cards background colour on Trello boards with label colour of the card. More convinient and easier than official cover function. - less clicks than cover. - support multiple colors. 0.1.1 - Fix some problems for coloring card on initial view. 0.1.0 - Change the title! 0.0.6 - Add Japanese description. 0.0.5 - Support multi labels card. 0.0.4 - First release.
Informazioni di Base sull'Estensione
Nome | Trello Card Colors |
ID | gnofggopjcccippphnjmajelmklljmhl |
URL Ufficiale | https://chromewebstore.google.com/detail/trello-card-colors/gnofggopjcccippphnjmajelmklljmhl |
Descrizione | Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello. |
Dimensione del File | 8.37 KB |
Conteggio Installazioni | 2,167 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2022-06-28 |
Data di Pubblicazione | 2020-06-07 |
Valutazione | 3.62/5 Totale 13 Valutazioni |
Sviluppatore | Koji Sekiguchi |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://twitter.com/sarumonera |
Lingue Supportate | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "version": "0.1.1", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ] } |