Card counter for Trello
Show card count in your Trello lanes
What is Card counter for Trello?
Card counter for Trello is a Chrome extension developed by matsuoshi, and its main feature is "Show card count in your Trello lanes".
Extension Screenshots
Download Card counter for Trello Extension CRX File
Download 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
Chrome Extension for Trello https://github.com/matsuoshi/Card-counter-for-Trello always show card count number at the top of your Trello lanes.
Extension Basic Information
Name | Card counter for Trello |
ID | gaafcohgckclklihjchllmhlhpclogfm |
Official URL | https://chromewebstore.google.com/detail/card-counter-for-trello/gaafcohgckclklihjchllmhlhpclogfm |
Description | Show card count in your Trello lanes |
File Size | 8.78 KB |
Installation Count | 1,730 |
Current Version | 1.0.2 |
Last Updated | 2022-08-25 |
Publish Date | 2019-11-16 |
Rating | 2.50/5 Total 2 Ratings |
Developer | matsuoshi |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/matsuoshi/Card-counter-for-Trello |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Card counter for Trello", "version": "1.0.2", "description": "Show card count in your Trello lanes", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "author": "matsuoshi", "homepage_url": "https:\/\/github.com\/matsuoshi\/Card-counter-for-Trello", "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "css": [ "style.css" ] } ] } |