Trello Business Style

Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards

什么是Trello Business Style?

Trello Business Style是由Leonardo C Bottaro开发的Chrome扩展程序,该扩展的主要功能是“Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards”。

扩展截图

screenshot
screenshot

下载Trello Business Style扩展crx文件

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

扩展使用说明

                        This extension adds a button on the top right corner inside your boards, click it to make the cards more readable and less crowded.

Changelog:

v1.2.1
Fixed Bug when changing boards
Tweaks to the style

v1.2.0
Updated extension to better use new Trello features
Added persistent state

v1.1.0
Bug fixes

v1.0.0
Initial Release

Make it better! Contribute on GitHub! https://github.com/leocb/trello-businessStyle                    

扩展基本信息

名称 Trello Business Style Trello Business Style
ID knkibcjejmdcepoomodabefjobmajoco
官方URL https://chromewebstore.google.com/detail/trello-business-style/knkibcjejmdcepoomodabefjobmajoco
简介 Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards
文件大小 2.22 MB
安装次数 297
当前版本 1.2.1
更新时间 2018-03-28
上架时间 2018-03-28
评分 5.00/5 共2次评分
开发者 Leonardo C Bottaro
付费类型 free
扩展官网 https://github.com/leocb/trello-businessStyle
帮助页面URL https://github.com/leocb/trello-businessStyle/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trello Business Style",
    "short_name": "trello-Business-Style",
    "description": "Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards",
    "version": "1.2.1",
    "icons": {
        "16": "images\/icon-16.png",
        "64": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/trello.com\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "content-scripts.js"
            ],
            "css": [
                "content-styles.css"
            ]
        }
    ]
}