Card counter for Trello
Show card count in your Trello lanes
Card counter for Trello là gì?
Card counter for Trello là một tiện ích mở rộng Chrome được phát triển bởi matsuoshi, và tính năng chính của nó là "Show card count in your Trello lanes".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Card counter for Trello
Tải xuống các tệp mở rộng Card counter for Trello 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
Chrome Extension for Trello https://github.com/matsuoshi/Card-counter-for-Trello always show card count number at the top of your Trello lanes.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Card counter for Trello |
ID | gaafcohgckclklihjchllmhlhpclogfm |
URL Chính Thức | https://chromewebstore.google.com/detail/card-counter-for-trello/gaafcohgckclklihjchllmhlhpclogfm |
Mô tả | Show card count in your Trello lanes |
Kích Thước Tệp | 8.78 KB |
Số Lần Cài Đặt | 1,730 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2022-08-25 |
Ngày Phát Hành | 2019-11-16 |
Đánh Giá | 2.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | matsuoshi |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/matsuoshi/Card-counter-for-Trello |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Card counter for Trello", "version": "1.0.2", "description": "Show card count in your Trello lanes", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "author": "matsuoshi", "homepage_url": "https:\/\/github.com\/matsuoshi\/Card-counter-for-Trello", "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "css": [ "style.css" ] } ] } |