Trello Focus

Bug fixes & better display of comments

什么是Trello Focus?

Trello Focus是由luongtattrung开发的Chrome扩展程序,该扩展的主要功能是“Bug fixes & better display of comments”。

扩展截图

screenshot

下载Trello Focus扩展crx文件

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

扩展使用说明

                        Saving a lot of space by reducing the size of cover photo which is not always relevant. Also, show the lasted comment on card list, this is always the most relevant action need to be taken. After install, it works like Trello native features, you won't notice it's there.

Free • No ads • New features is comming                    

扩展基本信息

名称 Trello Focus Trello Focus
ID gcpkllepbfkhkljdbeindfecjpelgefo
官方URL https://chrome.google.com/webstore/detail/trello-focus/gcpkllepbfkhkljdbeindfecjpelgefo
简介 Bug fixes & better display of comments
文件大小 57.73 KB
安装次数 283
当前版本 0.8
更新时间 2018-01-05
上架时间 2018-01-05
评分 4.00/5 共11次评分
开发者 luongtattrung
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trello Focus",
    "description": "Bug fixes & better display of comments",
    "version": "0.8",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "css": [
                "css\/styles.css"
            ],
            "js": [
                "js\/libs\/jquery-2.1.4.min.js",
                "js\/libs\/jquery.highlight.js",
                "js\/app.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}