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
官方網址 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"
            ]
        }
    ]
}