Trello Card Colors

Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello.

Vad är Trello Card Colors?

Trello Card Colors är en Chrome-tillägg utvecklad av Koji Sekiguchi, och dess huvudfunktion är "Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello.".

Tilläggsskärmbilder

screenshot

Ladda ner Trello Card Colors-förlängningens CRX-fil

Ladda ner Trello Card Colors-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Trello Card Colors Trello Card Colors
ID gnofggopjcccippphnjmajelmklljmhl
Officiell webbadress https://chromewebstore.google.com/detail/trello-card-colors/gnofggopjcccippphnjmajelmklljmhl
Beskrivning Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello.
Filstorlek 8.37 KB
Antal Installationer 2,167
Aktuell Version 0.1.1
Senast Uppdaterad 2022-06-28
Publiceringsdatum 2020-06-07
Betyg 3.62/5 Totalt 13 Betyg
Utvecklare Koji Sekiguchi
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://twitter.com/sarumonera
Stödda Språk 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
        }
    ]
}