Trello +

Improve your Trello Boards

What is Trello +?

Trello + is a Chrome extension developed by https://wootzee.com, and its main feature is "Improve your Trello Boards".

Extension Screenshots

screenshot

Download Trello + Extension CRX File

Download 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

                        Visual improvement, markdown, auto-link, color...

- improve styles
- color important one (begin with #, or with "!!" and "!!!")
- small columns if only one character as title
- auto make link on url
- markdown
...


--
Made with ❤ by woOtzee                    

Extension Basic Information

Name Trello + Trello +
ID gaoobnahekojbcoifedobnfjifmeedhl
Official URL https://chromewebstore.google.com/detail/trello-+/gaoobnahekojbcoifedobnfjifmeedhl
Description Improve your Trello Boards
File Size 55.99 KB
Installation Count 98
Current Version 5.1
Last Updated 2019-11-29
Publish Date 2019-11-29
Rating 5.00/5 Total 2 Ratings
Developer https://wootzee.com
Email [email protected]
Payment Type free
Extension Website https://wootzee.com
Supported Languages fr
manifest.json
{
    "manifest_version": 2,
    "name": "Trello +",
    "description": "Improve your Trello Boards",
    "permissions": [
        "https:\/\/trello.com\/*\/*"
    ],
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*\/*"
            ],
            "css": [
                "trellios.css"
            ],
            "js": [
                "js\/jquery-3.4.0.min.js",
                "js\/trellios.min.js"
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "5.1"
}