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 هو إضافة Chrome تم تطويرها بواسطة Tim، والميزة الرئيسية لها هي "Shows the number of cards in every list in Trello. Adds support for Kanban limits.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Original Card Counter for Trello

قم بتنزيل ملفات الامتداد Original Card Counter for Trello بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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
}