Trello Card Colors
Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello.
Hvad er Trello Card Colors?
Trello Card Colors er en Chrome-udvidelse udviklet af Koji Sekiguchi, og dens hovedfunktion er "Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello.".
Udvidelsesskærmbilleder
Download Trello Card Colors-udvidelses-CRX-fil
Download Trello Card Colors-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Trello Card Colors |
ID | gnofggopjcccippphnjmajelmklljmhl |
Officiel URL | https://chromewebstore.google.com/detail/trello-card-colors/gnofggopjcccippphnjmajelmklljmhl |
Beskrivelse | Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello. |
Filstørrelse | 8.37 KB |
Antal Installationer | 2,167 |
Nuværende Version | 0.1.1 |
Senest Opdateret | 2022-06-28 |
Udgivelsesdato | 2020-06-07 |
Bedømmelse | 3.62/5 Samlet 13 Bedømmelser |
Udvikler | Koji Sekiguchi |
[email protected] | |
Betalingsmetode | free |
Hjælpeside-URL | https://twitter.com/sarumonera |
Understøttede Sprog | 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 } ] } |