trelloimprovements

An add-on to improve your life and work with trello

What is trelloimprovements?

trelloimprovements is a Chrome extension developed by https://www.trelloimprovements.com, and its main feature is "An add-on to improve your life and work with trello".

Extension Screenshots

screenshot
screenshot

Download trelloimprovements Extension CRX File

Download trelloimprovements 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 improves your Trello experience in Chrome.

It: 

- counts cards per board and per list
- can make labels more visible
- can color the whole card with label color
- shows card ID
- adds Sticky card feature
- adds Two Dark themes for the whole Trello interface!
Everything can be turned on and off - try it!                    

Extension Basic Information

Name trelloimprovements trelloimprovements
ID cfajneojaaaagcahkajieaeaiegndpep
Official URL https://chromewebstore.google.com/detail/trelloimprovements/cfajneojaaaagcahkajieaeaiegndpep
Description An add-on to improve your life and work with trello
File Size 86.2 KB
Installation Count 1,175
Current Version 3.1.2
Last Updated 2023-04-12
Publish Date 2020-01-24
Rating 5.00/5 Total 3 Ratings
Developer https://www.trelloimprovements.com
Email [email protected]
Payment Type free
Extension Website https://www.trelloimprovements.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "trelloimprovements",
    "short_name": "Trello Improvements",
    "version": "3.1.2",
    "homepage_url": "https:\/\/trelloimprovements.com",
    "description": "An add-on to improve your life and work with trello",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png",
        "512": "img\/icon-512.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.trello.com\/*"
            ],
            "js": [
                "scripts\/jquery-3.3.1.min.js",
                "scripts\/main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                "*:\/\/*.trello.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}