Show Card Numbers for Trello
This extension displays card numbers from the board view.
What is Show Card Numbers for Trello?
Show Card Numbers for Trello is a Chrome extension developed by arron.powell, and its main feature is "This extension displays card numbers from the board view.".
Extension Screenshots
Download Show Card Numbers for Trello Extension CRX File
Download Show Card Numbers 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
Allows you to see card numbers from the board view in trello
Extension Basic Information
Name | |
ID | pjhjdehkaggmpebggjonlhleidlodepi |
Official URL | https://chrome.google.com/webstore/detail/show-card-numbers-for-tre/pjhjdehkaggmpebggjonlhleidlodepi |
Description | This extension displays card numbers from the board view. |
File Size | 14.68 KB |
Installation Count | 695 |
Current Version | 1.2 |
Last Updated | 2014-07-17 |
Publish Date | 2014-07-17 |
Rating | 4.00/5 Total 3 Ratings |
Developer | arron.powell |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Show Card Numbers for Trello", "description": "This extension displays card numbers from the board view.", "version": "1.2", "content_scripts": [ { "matches": [ "https:\/\/trello.com\/b\/*" ], "css": [ "cardNo.css" ] } ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |