Hide images in trello

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

什么是Hide images in trello?

Hide images in trello是由streumme开发的Chrome扩展程序,该扩展的主要功能是“This extension adds button to toggle all cover images in Trello lists.”。

扩展截图

screenshot

下载Hide images in trello扩展crx文件

下载Hide images in trello扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Hide images in trello Hide images in trello
ID opaoofkloohknnanekncgnpcknohcbpj
官方URL https://chromewebstore.google.com/detail/hide-images-in-trello/opaoofkloohknnanekncgnpcknohcbpj
简介 This extension adds button to toggle all cover images in Trello lists.
文件大小 44.63 KB
安装次数 83
当前版本 1.0
更新时间 2019-04-10
上架时间 2019-04-10
评分 2.67/5 共3次评分
开发者 streumme
电子邮箱 [email protected]
付费类型 free
支持的语言 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\/*"
    ]
}