Trello Card Numbers - by Flyclops
Puts Trello's card numbers front and center
What is Trello Card Numbers - by Flyclops?
Trello Card Numbers - by Flyclops is a Chrome extension developed by https://tech.flyclops.com, and its main feature is "Puts Trello's card numbers front and center".
Extension Screenshots
Download Trello Card Numbers - by Flyclops Extension CRX File
Download Trello Card Numbers - by Flyclops 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
Puts Trello's ticket numbers - usually hidden - front and center.
Extension Basic Information
Name | Trello Card Numbers - by Flyclops |
ID | bjbmgbhoaabjfeloohkahgilicjkambi |
Official URL | https://chromewebstore.google.com/detail/trello-card-numbers-by-fl/bjbmgbhoaabjfeloohkahgilicjkambi |
Description | Puts Trello's card numbers front and center |
File Size | 150 KB |
Installation Count | 303 |
Current Version | 0.1.7 |
Last Updated | 2015-04-30 |
Publish Date | 2015-04-30 |
Rating | 4.38/5 Total 8 Ratings |
Developer | https://tech.flyclops.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trello Card Numbers - by Flyclops", "version": "0.1.7", "manifest_version": 2, "description": "Puts Trello's card numbers front and center", "homepage_url": "http:\/\/flyclops.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "https:\/\/trello.com\/b\/*", "https:\/\/trello.com\/c\/*" ], "content_scripts": [ { "matches": [ "https:\/\/trello.com\/b\/*", "https:\/\/trello.com\/c\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/trello.com\/b\/*", "https:\/\/trello.com\/c\/*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/inject.js" ] } ] } |