Trello Card Colors
Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello.
Co to jest Trello Card Colors?
Trello Card Colors to rozszerzenie Chrome opracowane przez Koji Sekiguchi, a jego główną funkcją jest „Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Trello Card Colors
Pobierz pliki rozszerzeń Trello Card Colors w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Trello Card Colors |
ID | gnofggopjcccippphnjmajelmklljmhl |
Oficjalny URL | https://chromewebstore.google.com/detail/trello-card-colors/gnofggopjcccippphnjmajelmklljmhl |
Opis | Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello. |
Rozmiar pliku | 8.37 KB |
Liczba instalacji | 2,167 |
Aktualna Wersja | 0.1.1 |
Ostatnia Aktualizacja | 2022-06-28 |
Data Publikacji | 2020-06-07 |
Ocena | 3.62/5 Łącznie 13 Oceny |
Deweloper | Koji Sekiguchi |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | https://twitter.com/sarumonera |
Obsługiwane Języki | 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 } ] } |