Trello Card Counter
This extension is a product of my laziness. You don't need to count the cards anymore.
What is Trello Card Counter?
Trello Card Counter is a Chrome extension developed by Mehmet Yatkı, and its main feature is "This extension is a product of my laziness. You don't need to count the cards anymore.".
Extension Screenshots
Download Trello Card Counter Extension CRX File
Download Trello Card Counter 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
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.
Extension Basic Information
Name | Trello Card Counter |
ID | bodefgeflaobkeejlcbbnbniimlinocd |
Official URL | https://chromewebstore.google.com/detail/trello-card-counter/bodefgeflaobkeejlcbbnbniimlinocd |
Description | This extension is a product of my laziness. You don't need to count the cards anymore. |
File Size | 45.2 KB |
Installation Count | 329 |
Current Version | 1.0 |
Last Updated | 2016-04-11 |
Publish Date | 2016-04-11 |
Rating | 4.00/5 Total 2 Ratings |
Developer | Mehmet Yatkı |
[email protected] | |
Payment Type | free |
Supported Languages | 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:\/\/*\/*" ] } ] } |