Trello Card Colors
Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello.
Wat is Trello Card Colors?
Trello Card Colors is een Chrome-extensie ontwikkeld door Koji Sekiguchi, en de belangrijkste functie is "Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello.".
Extensie Screenshots
Download het CRX-bestand van de extensie Trello Card Colors
Download Trello Card Colors-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Trello Card Colors |
ID | gnofggopjcccippphnjmajelmklljmhl |
Officiële URL | https://chromewebstore.google.com/detail/trello-card-colors/gnofggopjcccippphnjmajelmklljmhl |
Beschrijving | Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello. |
Bestandsgrootte | 8.37 KB |
Aantal Installaties | 2,167 |
Huidige Versie | 0.1.1 |
Laatst Bijgewerkt | 2022-06-28 |
Publicatiedatum | 2020-06-07 |
Beoordeling | 3.62/5 Totaal 13 Beoordelingen |
Ontwikkelaar | Koji Sekiguchi |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://twitter.com/sarumonera |
Ondersteunde Talen | 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 } ] } |