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란 무엇입니까?

Original Card Counter for Trello은(는) Tim에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows the number of cards in every list in Trello. Adds support for Kanban limits."입니다.

확장 프로그램 스크린샷

screenshot

Original Card Counter for Trello 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Original Card Counter for Trello Original Card Counter for Trello
ID ggamggchfpnmhmkeicjgpedgjcllcefp
공식 URL https://chromewebstore.google.com/detail/original-card-counter-for/ggamggchfpnmhmkeicjgpedgjcllcefp
설명 Shows the number of cards in every list in Trello. Adds support for Kanban limits.
파일 크기 50.38 KB
설치 횟수 10,000
현재 버전 1.0.4
최근 업데이트 2018-10-22
출시 날짜 2018-10-22
평점 3.95/5 총 19 개의 평점
개발자 Tim
결제 유형 free
도움말 페이지 URL https://twitter.com.com/TimvdEijnden
지원되는 언어 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
}