Trello Card Counter

This extension is a product of my laziness. You don't need to count the cards anymore.

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 Mehmet Yatkı, và tính năng chính của nó là "This extension is a product of my laziness. You don't need to count the cards anymore.".

Ả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

                        This extension is a product of my laziness. You don't need to count the cards anymore. 

PS: This extension only and just only counts the cards in the lists. So, no worries your data is safe.                    

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

Tên Trello Card Counter Trello Card Counter
ID bodefgeflaobkeejlcbbnbniimlinocd
URL Chính Thức https://chromewebstore.google.com/detail/trello-card-counter/bodefgeflaobkeejlcbbnbniimlinocd
Mô tả This extension is a product of my laziness. You don't need to count the cards anymore.
Kích Thước Tệp 45.2 KB
Số Lần Cài Đặt 329
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-04-11
Ngày Phát Hành 2016-04-11
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Mehmet Yatkı
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trello Card Counter",
    "description": "This extension is a product of my laziness. You don't need to count the cards anymore.",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "32": "icon-32.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.11.2.min.js",
                "silent.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}