Trello card counter

Count Trello cards in Lists

Trello card counter là gì?

Trello card counter là một tiện ích mở rộng Chrome được phát triển bởi martin.mouterde, và tính năng chính của nó là "Count Trello cards in Lists".

Ả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 counter

Tải xuống các tệp mở rộng Trello card counter 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 witch Add the number of card in each column.                    

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

Tên Trello card counter Trello card counter
ID lkifhkgedjabhdpbogaobhkgajndjihg
URL Chính Thức https://chromewebstore.google.com/detail/trello-card-counter/lkifhkgedjabhdpbogaobhkgajndjihg
Mô tả Count Trello cards in Lists
Kích Thước Tệp 101 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2017-05-30
Ngày Phát Hành 2017-05-30
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển martin.mouterde
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mmouterde/TrelloCardCounter
URL Trang Trợ Giúp https://github.com/mmouterde/TrelloCardCounter
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trello card counter",
    "description": "Count Trello cards in Lists",
    "version": "1.0.1",
    "icons": {
        "16": "img\/logo16.png",
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "author": "Martin Mouterde",
    "content_scripts": [
        {
            "css": [
                "style\/style.css"
            ],
            "js": [
                "lib\/jquery-1.11.2.js",
                "lib\/jquery.waituntilexists.js",
                "scripts\/main.js"
            ],
            "matches": [
                "https:\/\/trello.com\/b*"
            ]
        }
    ],
    "permissions": [
        "https:\/\/trello.com\/*"
    ],
    "manifest_version": 2
}