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
}