Hide images in trello

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

Co je Hide images in trello?

Hide images in trello je rozšíření Chrome vyvinuté streumme, a jeho hlavní funkcí je „This extension adds button to toggle all cover images in Trello lists.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Hide images in trello

Stáhněte si soubory rozšíření Hide images in trello ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Hide images in trello Hide images in trello
ID opaoofkloohknnanekncgnpcknohcbpj
Oficiální URL https://chromewebstore.google.com/detail/hide-images-in-trello/opaoofkloohknnanekncgnpcknohcbpj
Popis This extension adds button to toggle all cover images in Trello lists.
Velikost souboru 44.63 KB
Počet instalací 83
Aktuální Verze 1.0
Poslední Aktualizace 2019-04-10
Datum Vydání 2019-04-10
Hodnocení 2.67/5 Celkem 3 Hodnocení
Vývojář streumme
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/*"
    ]
}