Trello Cleaner Design

Some improvements in Trello.com UI design, which allows to see cards more clear

What is Trello Cleaner Design?

Trello Cleaner Design is a Chrome extension developed by https://uptimiza.com, and its main feature is "Some improvements in Trello.com UI design, which allows to see cards more clear".

Extension Screenshots

screenshot

Download Trello Cleaner Design Extension CRX File

Download Trello Cleaner Design 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

                        Some improvements in Trello.com UI design, which allows to see cards more clear                    

Extension Basic Information

Name Trello Cleaner Design Trello Cleaner Design
ID jpoeolmhikfpcbkmhdodedglnngoljad
Official URL https://chromewebstore.google.com/detail/trello-cleaner-design/jpoeolmhikfpcbkmhdodedglnngoljad
Description Some improvements in Trello.com UI design, which allows to see cards more clear
File Size 43.51 KB
Installation Count 59
Current Version 1.1
Last Updated 2018-03-03
Publish Date 2018-03-03
Rating 4.33/5 Total 3 Ratings
Developer https://uptimiza.com
Email [email protected]
Payment Type free
Supported Languages es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trello Cleaner Design",
    "manifest_version": 2,
    "version": "1.1",
    "description": "Some improvements in Trello.com UI design, which allows to see cards more clear",
    "background": {
        "persistent": false,
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "name": "Trello Cleaner Design",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png",
        "default_title": "Trello Cleaner Design",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "trello.css",
        "trello_plus.css"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/trello.com\/*",
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "background.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "background"
    ]
}