LabelCounter for Trello

Counts the Card label titles on trello.com

LabelCounter for Trelloとは何ですか?

LabelCounter for Trelloはhttps://rockin.workによって開発されたChromeの拡張機能で、その主な機能は「Counts the Card label titles on trello.com」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

LabelCounter for Trello拡張機能のCRXファイルをダウンロード

LabelCounter for Trello拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This Extension counts cards and label texts, display it.
It will use the card labels for time. ex.) 1h, 2h, 4h, 8h

Required environment
* Trello.com
* install Card Color Titles for Trello Chrome Extension.
    * for display of label texts.
* Setting name of labels in Trello: 0.5h, 1h, 2h, 4h, 8h                    

拡張機能の基本情報

名前 LabelCounter for Trello LabelCounter for Trello
ID eahijelcdannijiaikdpdpjnhcjoblie
公式URL https://chromewebstore.google.com/detail/labelcounter-for-trello/eahijelcdannijiaikdpdpjnhcjoblie
説明 Counts the Card label titles on trello.com
ファイルサイズ 18.45 KB
インストール数 103
現在のバージョン 1.0
最終更新日 2018-09-10
公開日 2018-09-10
評価 4.00/5 合計 1 レビュー
開発者 https://rockin.work
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/oikwsat/trello-label-counter
ヘルプページのURL https://github.com/oikwsat/trello-label-counter
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LabelCounter for Trello",
    "description": "Counts the Card label titles on trello.com",
    "version": "1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/b\/*"
            ],
            "js": [
                "js\/injector.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/embeded.js"
    ],
    "permissions": [
        "https:\/\/trello.com\/b\/*"
    ]
}