Trello Card Counter
This extension is a product of my laziness. You don't need to count the cards anymore.
Cos'è Trello Card Counter?
Trello Card Counter è un'estensione di Chrome sviluppata da Mehmet Yatkı, e la sua funzione principale è "This extension is a product of my laziness. You don't need to count the cards anymore.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Trello Card Counter
Scarica i file di estensione Trello Card Counter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        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.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | bodefgeflaobkeejlcbbnbniimlinocd | 
| URL Ufficiale | https://chromewebstore.google.com/detail/trello-card-counter/bodefgeflaobkeejlcbbnbniimlinocd | 
| Descrizione | This extension is a product of my laziness. You don't need to count the cards anymore. | 
| Dimensione del File | 45.2 KB | 
| Conteggio Installazioni | 329 | 
| Versione Corrente | 1.0 | 
| Ultimo Aggiornamento | 2016-04-11 | 
| Data di Pubblicazione | 2016-04-11 | 
| Valutazione | 4.00/5 Totale 2 Valutazioni | 
| Sviluppatore | Mehmet Yatkı | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Lingue Supportate | 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:\/\/*\/*"
            ]
        }
    ]
}  |  |