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 |
官方網址 | 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 |
電子郵箱 | [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\/*" ] } ] } |