Trello Compact Mode

https://github.com/pennyapp/trello-compact-mode

What is Trello Compact Mode?

Trello Compact Mode is a Chrome extension developed by Penny Team, and its main feature is "https://github.com/pennyapp/trello-compact-mode".

Extension Screenshots

screenshot
screenshot

Download Trello Compact Mode Extension CRX File

Download Trello Compact Mode 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

                        Can't see enough cards in Trello? Use Trello Compact Mode! Just install, refresh Trello, and voila.                    

Extension Basic Information

Name Trello Compact Mode Trello Compact Mode
ID ikogmikbjiooajfagjhobaopmehnooko
Official URL https://chromewebstore.google.com/detail/trello-compact-mode/ikogmikbjiooajfagjhobaopmehnooko
Description https://github.com/pennyapp/trello-compact-mode
File Size 3.86 KB
Installation Count 822
Current Version 0.0.3
Last Updated 2017-08-04
Publish Date 2017-08-04
Rating 4.44/5 Total 9 Ratings
Developer Penny Team
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trello Compact Mode",
    "description": "https:\/\/github.com\/pennyapp\/trello-compact-mode",
    "version": "0.0.3",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "compact.js"
            ],
            "css": [
                "compact.css"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}