Trello User Filter
Click user avatars to show / hide their Trello cards.
Vad är Trello User Filter?
Trello User Filter är en Chrome-tillägg utvecklad av terrylidev, och dess huvudfunktion är "Click user avatars to show / hide their Trello cards.".
Tilläggsskärmbilder
Ladda ner Trello User Filter-förlängningens CRX-fil
Ladda ner Trello User Filter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | eekfflgfcehaajgagdahecimghhdhjdg |
Officiell webbadress | https://chromewebstore.google.com/detail/trello-user-filter/eekfflgfcehaajgagdahecimghhdhjdg |
Beskrivning | Click user avatars to show / hide their Trello cards. |
Filstorlek | 446 KB |
Antal Installationer | 93 |
Aktuell Version | 1.6.0 |
Senast Uppdaterad | 2020-05-21 |
Publiceringsdatum | 2020-05-21 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | terrylidev |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } ] } |