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 Mehmet Yatkı द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is a product of my laziness. You don't need to count the cards anymore."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Trello Card Counter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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:\/\/*\/*"
            ]
        }
    ]
}