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