Trello Card Colors

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

Trello Card Colors là gì?

Trello Card Colors là một tiện ích mở rộng Chrome được phát triển bởi Koji Sekiguchi, và tính năng chính của nó là "Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Trello Card Colors

Tải xuống các tệp mở rộng Trello Card Colors dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Trello Card Colors Trello Card Colors
ID gnofggopjcccippphnjmajelmklljmhl
URL Chính Thức https://chromewebstore.google.com/detail/trello-card-colors/gnofggopjcccippphnjmajelmklljmhl
Mô tả Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello.
Kích Thước Tệp 8.37 KB
Số Lần Cài Đặt 2,167
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2022-06-28
Ngày Phát Hành 2020-06-07
Đánh Giá 3.62/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Koji Sekiguchi
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://twitter.com/sarumonera
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}