Original Card Counter for Trello
Shows the number of cards in every list in Trello. Adds support for Kanban limits.
What is Original Card Counter for Trello?
Original Card Counter for Trello is a Chrome extension developed by Tim, and its main feature is "Shows the number of cards in every list in Trello. Adds support for Kanban limits.".
Extension Screenshots
Download Original Card Counter for Trello Extension CRX File
Download Original Card Counter for Trello extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Shows the number of cards in every list in Trello. Also filters out divider cards containing two or more == characters. Show your support and buy me a beer: https://www.paypal.me/timvde. When installing this extension you might receive email updates about CardCounter for Trello. The old extension has been transferred but is neglected and is no longer maintained. I advise you to switch, this one will be supported by me (the original author of the old one). Changelog: 1.0.4: - Added option (Green tick) to hide donate buttons/messages 1.0.3: - Fix multiple total count elements 1.0.2: - Changed some donate texts
Extension Basic Information
Name | Original Card Counter for Trello |
ID | ggamggchfpnmhmkeicjgpedgjcllcefp |
Official URL | https://chromewebstore.google.com/detail/original-card-counter-for/ggamggchfpnmhmkeicjgpedgjcllcefp |
Description | Shows the number of cards in every list in Trello. Adds support for Kanban limits. |
File Size | 50.38 KB |
Installation Count | 10,000 |
Current Version | 1.0.4 |
Last Updated | 2018-10-22 |
Publish Date | 2018-10-22 |
Rating | 3.95/5 Total 19 Ratings |
Developer | Tim |
Payment Type | free |
Help Page URL | https://twitter.com.com/TimvdEijnden |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "cardcounter.css" ], "js": [ "jquery-1.7.1.min.js", "cardcounter.js" ], "matches": [ "https:\/\/trello.com\/*" ] } ], "icons": { "128": "icon-128.png", "32": "icon-32.png", "48": "icon-48.png" }, "description": "Shows the number of cards in every list in Trello. Adds support for Kanban limits.", "name": "Original Card Counter for Trello", "version": "1.0.4", "manifest_version": 2 } |