Trello Card Counter

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

Was ist Trello Card Counter?

Trello Card Counter ist eine Chrome-Erweiterung, die von Mehmet Yatkı entwickelt wurde, und ihr Hauptmerkmal ist "This extension is a product of my laziness. You don't need to count the cards anymore.".

Erweiterungsscreenshots

screenshot

Trello Card Counter-Erweiterungs-CRX-Datei herunterladen

Laden Sie Trello Card Counter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Trello Card Counter Trello Card Counter
ID bodefgeflaobkeejlcbbnbniimlinocd
Offizielle URL https://chromewebstore.google.com/detail/trello-card-counter/bodefgeflaobkeejlcbbnbniimlinocd
Beschreibung This extension is a product of my laziness. You don't need to count the cards anymore.
Dateigröße 45.2 KB
Installationsanzahl 329
Aktuelle Version 1.0
Letztes Update 2016-04-11
Veröffentlichungsdatum 2016-04-11
Bewertung 4.00/5 Insgesamt 2 Bewertungen
Entwickler Mehmet Yatkı
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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:\/\/*\/*"
            ]
        }
    ]
}