Trello Card Counter
This extension is a product of my laziness. You don't need to count the cards anymore.
Wat is Trello Card Counter?
Trello Card Counter is een Chrome-extensie ontwikkeld door Mehmet Yatkı, en de belangrijkste functie is "This extension is a product of my laziness. You don't need to count the cards anymore.".
Extensie Screenshots
Download het CRX-bestand van de extensie Trello Card Counter
Download Trello Card Counter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Trello Card Counter |
ID | bodefgeflaobkeejlcbbnbniimlinocd |
Officiële URL | https://chromewebstore.google.com/detail/trello-card-counter/bodefgeflaobkeejlcbbnbniimlinocd |
Beschrijving | This extension is a product of my laziness. You don't need to count the cards anymore. |
Bestandsgrootte | 45.2 KB |
Aantal Installaties | 329 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-04-11 |
Publicatiedatum | 2016-04-11 |
Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Mehmet Yatkı |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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:\/\/*\/*" ] } ] } |