Show Card Numbers for Trello
This extension displays card numbers from the board view.
Show Card Numbers for Trelloとは何ですか?
Show Card Numbers for Trelloはarron.powellによって開発されたChromeの拡張機能で、その主な機能は「This extension displays card numbers from the board view.」です。
拡張機能のスクリーンショット
Show Card Numbers for Trello拡張機能のCRXファイルをダウンロード
Show Card Numbers for Trello拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allows you to see card numbers from the board view in trello
拡張機能の基本情報
名前 | |
ID | pjhjdehkaggmpebggjonlhleidlodepi |
公式URL | https://chrome.google.com/webstore/detail/show-card-numbers-for-tre/pjhjdehkaggmpebggjonlhleidlodepi |
説明 | This extension displays card numbers from the board view. |
ファイルサイズ | 14.68 KB |
インストール数 | 695 |
現在のバージョン | 1.2 |
最終更新日 | 2014-07-17 |
公開日 | 2014-07-17 |
評価 | 4.00/5 合計 3 レビュー |
開発者 | arron.powell |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Show Card Numbers for Trello", "description": "This extension displays card numbers from the board view.", "version": "1.2", "content_scripts": [ { "matches": [ "https:\/\/trello.com\/b\/*" ], "css": [ "cardNo.css" ] } ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |