Hide images in trello

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

Wat is Hide images in trello?

Hide images in trello is een Chrome-extensie ontwikkeld door streumme, en de belangrijkste functie is "This extension adds button to toggle all cover images in Trello lists.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hide images in trello

Download Hide images in trello-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Hide images in trello Hide images in trello
ID opaoofkloohknnanekncgnpcknohcbpj
Officiële URL https://chromewebstore.google.com/detail/hide-images-in-trello/opaoofkloohknnanekncgnpcknohcbpj
Beschrijving This extension adds button to toggle all cover images in Trello lists.
Bestandsgrootte 44.63 KB
Aantal Installaties 83
Huidige Versie 1.0
Laatst Bijgewerkt 2019-04-10
Publicatiedatum 2019-04-10
Beoordeling 2.67/5 Totaal 3 Beoordelingen
Ontwikkelaar streumme
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}