Trello Card Counter

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

Trello Card Counterคืออะไร?

Trello Card Counter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mehmet Yatkı และคุณลักษณะหลักของมันคือ "This extension is a product of my laziness. You don't need to count the cards anymore."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trello Card Counter

ดาวน์โหลดไฟล์ส่วนขยาย Trello Card Counter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Trello Card Counter Trello Card Counter
ID bodefgeflaobkeejlcbbnbniimlinocd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trello-card-counter/bodefgeflaobkeejlcbbnbniimlinocd
คำอธิบาย This extension is a product of my laziness. You don't need to count the cards anymore.
ขนาดไฟล์ 45.2 KB
จำนวนการติดตั้ง 329
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-04-11
วันที่เผยแพร่ 2016-04-11
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Mehmet Yatkı
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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:\/\/*\/*"
            ]
        }
    ]
}