Trello Flow

Hide columns in trello board that are not important for you!

什么是Trello Flow?

Trello Flow是由Renan Borges开发的Chrome扩展程序,该扩展的主要功能是“Hide columns in trello board that are not important for you!”。

扩展截图

screenshot

下载Trello Flow扩展crx文件

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

扩展使用说明

                        Hide and show columns in Trello, just it!

No changes in your tasks, no changes in any card, your flow will keep working the only thing what will happen is: YOU select what YOU want to see or not!

One click to hide, one click to show again.                    

扩展基本信息

名称 Trello Flow Trello Flow
ID iiflidlllljlnghlfigmebcnjiloohbn
官方URL https://chrome.google.com/webstore/detail/trello-flow/iiflidlllljlnghlfigmebcnjiloohbn
简介 Hide columns in trello board that are not important for you!
文件大小 294 KB
安装次数 57
当前版本 1.0.2
更新时间 2022-11-03
上架时间 2019-10-10
评分 3.67/5 共3次评分
开发者 Renan Borges
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/renanborgez
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trello Flow",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Hide columns in trello board that are not important for you!",
    "homepage_url": "https:\/\/github.com\/renanborgez\/TrelloFlow",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "page_action": {
        "default_icon": "icons\/icon48.png",
        "default_title": "Trello Flow"
    },
    "permissions": [
        "https:\/\/trello.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}