Trello Checklist Hider

Toggle checklists on trello cards from displaying

What is Trello Checklist Hider?

Trello Checklist Hider is a Chrome extension developed by Michael Gold, and its main feature is "Toggle checklists on trello cards from displaying".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Trello Checklist Hider Extension CRX File

Download Trello Checklist Hider 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 allows the user to temporarily hide checklists for cards on Trello.com                    

Extension Basic Information

Name Trello Checklist Hider Trello Checklist Hider
ID daomhlboepmlanibmdnelalcaphfamln
Official URL https://chromewebstore.google.com/detail/trello-checklist-hider/daomhlboepmlanibmdnelalcaphfamln
Description Toggle checklists on trello cards from displaying
File Size 39.92 KB
Installation Count 27
Current Version 0.1
Last Updated 2015-07-15
Publish Date 2015-07-14
Rating 2.00/5 Total 1 Ratings
Developer Michael Gold
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trello Checklist Hider",
    "version": "0.1",
    "description": "Toggle checklists on trello cards from displaying",
    "manifest_version": 2,
    "browser_action": {
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/trello.com\/*"
            ]
        }
    ]
}