Trello Card Counter
This extension is a product of my laziness. You don't need to count the cards anymore.
Trello Card Counterとは何ですか?
Trello Card CounterはMehmet Yatkıによって開発されたChromeの拡張機能で、その主な機能は「This extension is a product of my laziness. You don't need to count the cards anymore.」です。
拡張機能のスクリーンショット
Trello Card Counter拡張機能のCRXファイルをダウンロード
Trello Card Counter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is a product of my laziness. You don't need to count the cards anymore. PS: This extension only and just only counts the cards in the lists. So, no worries your data is safe.
拡張機能の基本情報
名前 | Trello Card Counter |
ID | bodefgeflaobkeejlcbbnbniimlinocd |
公式URL | https://chromewebstore.google.com/detail/trello-card-counter/bodefgeflaobkeejlcbbnbniimlinocd |
説明 | This extension is a product of my laziness. You don't need to count the cards anymore. |
ファイルサイズ | 45.2 KB |
インストール数 | 329 |
現在のバージョン | 1.0 |
最終更新日 | 2016-04-11 |
公開日 | 2016-04-11 |
評価 | 4.00/5 合計 2 レビュー |
開発者 | Mehmet Yatkı |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trello Card Counter", "description": "This extension is a product of my laziness. You don't need to count the cards anymore.", "version": "1.0", "manifest_version": 2, "icons": { "32": "icon-32.png", "128": "icon-128.png" }, "content_scripts": [ { "js": [ "jquery-1.11.2.min.js", "silent.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |