Hide images in trello

This extension adds button to toggle all cover images in Trello lists.

What is Hide images in trello?

Hide images in trello is a Chrome extension developed by streumme, and its main feature is "This extension adds button to toggle all cover images in Trello lists.".

Extension Screenshots

screenshot

Download Hide images in trello Extension CRX File

Download Hide images in 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

                        In order to get a clean view of a cluttered trello board, this plugin toggles all cover images by clicking a button in the toolbar.                    

Extension Basic Information

Name Hide images in trello Hide images in trello
ID opaoofkloohknnanekncgnpcknohcbpj
Official URL https://chromewebstore.google.com/detail/hide-images-in-trello/opaoofkloohknnanekncgnpcknohcbpj
Description This extension adds button to toggle all cover images in Trello lists.
File Size 44.63 KB
Installation Count 83
Current Version 1.0
Last Updated 2019-04-10
Publish Date 2019-04-10
Rating 2.67/5 Total 3 Ratings
Developer streumme
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hide images in trello",
    "description": "This extension adds button to toggle all cover images in Trello lists.",
    "version": "1.0",
    "author": "Johan Str\u00f6m",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/b\/*"
            ],
            "js": [
                "injector.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery.js",
        "imagehide.js",
        "imagehide.css"
    ],
    "permissions": [
        "https:\/\/trello.com\/b\/*"
    ]
}