Trello User Filter
Click user avatars to show / hide their Trello cards.
Trello User Filterとは何ですか?
Trello User Filterはterrylidevによって開発されたChromeの拡張機能で、その主な機能は「Click user avatars to show / hide their Trello cards.」です。
拡張機能のスクリーンショット
Trello User Filter拡張機能のCRXファイルをダウンロード
Trello User Filter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension displays 'User filter' on Trello board. From there you can click user avatars to quickly show / hide their cards. 1.6.0 - Minor style update. 1.5.0 - Minor style update. 1.4.0 - Bug fix. 1.3.0 - Bug fix. 1.2.0 - Update icon. Minor style update. 1.1.0 - Display user initials as filter buttons as well. 1.0.0 - Display user avatars as filter buttons.
拡張機能の基本情報
名前 | |
ID | eekfflgfcehaajgagdahecimghhdhjdg |
公式URL | https://chromewebstore.google.com/detail/trello-user-filter/eekfflgfcehaajgagdahecimghhdhjdg |
説明 | Click user avatars to show / hide their Trello cards. |
ファイルサイズ | 446 KB |
インストール数 | 93 |
現在のバージョン | 1.6.0 |
最終更新日 | 2020-05-21 |
公開日 | 2020-05-21 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | terrylidev |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trello User Filter", "version": "1.6.0", "description": "Click user avatars to show \/ hide their Trello cards.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon128.png" }, "content_scripts": [ { "js": [ "content.js" ], "run_at": "document_idle", "matches": [ "https:\/\/trello.com\/*" ] } ] } |