Original Card Counter for Trello

Shows the number of cards in every list in Trello. Adds support for Kanban limits.

Original Card Counter for Trello là gì?

Original Card Counter for Trello là một tiện ích mở rộng Chrome được phát triển bởi Tim, và tính năng chính của nó là "Shows the number of cards in every list in Trello. Adds support for Kanban limits.".

Ả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 Original Card Counter for Trello

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

                        Shows the number of cards in every list in Trello. 

Also filters out divider cards containing two or more == characters. 


Show your support and buy me a beer: https://www.paypal.me/timvde. When installing this extension you might receive email updates about CardCounter for Trello.  

The old extension has been transferred but is neglected and is no longer maintained. I advise you to switch, this one will be supported by me (the original author of the old one).

Changelog:
1.0.4:
 - Added option (Green tick) to hide donate buttons/messages

1.0.3:
 - Fix multiple total count elements

1.0.2:
 - Changed some donate texts                    

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

Tên Original Card Counter for Trello Original Card Counter for Trello
ID ggamggchfpnmhmkeicjgpedgjcllcefp
URL Chính Thức https://chromewebstore.google.com/detail/original-card-counter-for/ggamggchfpnmhmkeicjgpedgjcllcefp
Mô tả Shows the number of cards in every list in Trello. Adds support for Kanban limits.
Kích Thước Tệp 50.38 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2018-10-22
Ngày Phát Hành 2018-10-22
Đánh Giá 3.95/5 Tổng số 19 Đánh Giá
Nhà Phát Triển Tim
Loại Thanh Toán free
URL Trang Trợ Giúp https://twitter.com.com/TimvdEijnden
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "cardcounter.css"
            ],
            "js": [
                "jquery-1.7.1.min.js",
                "cardcounter.js"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon-128.png",
        "32": "icon-32.png",
        "48": "icon-48.png"
    },
    "description": "Shows the number of cards in every list in Trello. Adds support for Kanban limits.",
    "name": "Original Card Counter for Trello",
    "version": "1.0.4",
    "manifest_version": 2
}