Extended CardCounter for Trello
All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)
Extended CardCounter for Trelloとは何ですか?
Extended CardCounter for Trelloはoleggによって開発されたChromeの拡張機能で、その主な機能は「All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)」です。
拡張機能のスクリーンショット
Extended CardCounter for Trello拡張機能のCRXファイルをダウンロード
Extended CardCounter for Trello拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.). Settings/config example see on extension screenshot. Feel free to any questions to [email protected]
拡張機能の基本情報
名前 | |
ID | chjphjkcdppjpcbnempeigegmichkklf |
公式URL | https://chrome.google.com/webstore/detail/extended-cardcounter-for/chjphjkcdppjpcbnempeigegmichkklf |
説明 | All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.) |
ファイルサイズ | 716 KB |
インストール数 | 72 |
現在のバージョン | 0.0.4 |
最終更新日 | 2015-09-02 |
公開日 | 2015-09-02 |
評価 | 3.50/5 合計 2 レビュー |
開発者 | olegg |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "cardcounter.css" ], "js": [ "jquery-1.7.1.min.js", "cardcounter.js" ], "matches": [ "https:\/\/trello.com\/*" ] } ], "description": "All cards, feature and bug counter, filter by labels (feature, bug, environment and etc.)", "icons": { "128": "icon-128.png", "32": "icon-32.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "Extended CardCounter for Trello", "version": "0.0.4" } |