Get Wide for Trello

Show trello cards wide.

What is Get Wide for Trello?

Get Wide for Trello is a Chrome extension developed by Unknown, and its main feature is "Show trello cards wide.".

Extension Screenshots

screenshot

Download Get Wide for Trello Extension CRX File

Download Get Wide 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

                        You can see details in a wide-card window.

# update

## v.1.2.0.3
- feat: fixed for new Trello style

## v.1.1.0
- feat: 1280px or full width of window

## v.1.0.1
- fix: unintended effect on notification window                    

Extension Basic Information

Name Get Wide for Trello Get Wide for Trello
ID janhkoajdfpnebanjimdbgmenpfjiofh
Official URL https://chromewebstore.google.com/detail/get-wide-for-trello/janhkoajdfpnebanjimdbgmenpfjiofh
Description Show trello cards wide.
File Size 6.78 KB
Installation Count 180
Current Version 1.2.0.3
Last Updated 2021-10-29
Publish Date 2019-08-31
Rating 5.00/5 Total 3 Ratings
Developer Unknown
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Get Wide for Trello",
    "version": "1.2.0.3",
    "description": "Show trello cards wide.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "css": [
                "override.css"
            ]
        }
    ],
    "icons": {
        "128": "icon-128x128.png"
    },
    "manifest_version": 2
}