Trello Bug Feature Colors

Sets colors on Trello cards

Trello Bug Feature Colors là gì?

Trello Bug Feature Colors là một tiện ích mở rộng Chrome được phát triển bởi Derek Antrican, và tính năng chính của nó là "Sets colors on Trello cards".

Ả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 Bug Feature Colors

Tải xuống các tệp mở rộng Trello Bug Feature 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

                        Colors Trello cards that have the label "Bug" or "Feature" a color based on the color of that label.                    

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

Tên Trello Bug Feature Colors Trello Bug Feature Colors
ID bhdnphlokfjjjcamgofjdbdicmgnhkmp
URL Chính Thức https://chromewebstore.google.com/detail/trello-bug-feature-colors/bhdnphlokfjjjcamgofjdbdicmgnhkmp
Mô tả Sets colors on Trello cards
Kích Thước Tệp 9.12 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2022-11-04
Ngày Phát Hành 2019-09-04
Nhà Phát Triển Derek Antrican
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/derekantrican/TrelloBugFeatureColors
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ]
        }
    ],
    "description": "Sets colors on Trello cards",
    "icons": {
        "128": "img\/icon128.png"
    },
    "manifest_version": 3,
    "name": "Trello Bug Feature Colors",
    "version": "3.0"
}