Quick Card Search and Filter For Trello
Quick Card Search & Filter for Trello,Quickly Search Cards on Current Board, Quick Way To Filter & Show Cards With Respect to Labels
什么是Quick Card Search and Filter For Trello?
Quick Card Search and Filter For Trello是由https://www.acurax.com开发的Chrome扩展程序,该扩展的主要功能是“Quick Card Search & Filter for Trello,Quickly Search Cards on Current Board, Quick Way To Filter & Show Cards With Respect to Labels”。
扩展截图
下载Quick Card Search and Filter For Trello扩展crx文件
下载Quick Card Search and Filter For Trello扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a simple extension for chrome, to help trello users to have easy to use quick search option, where you can easily search a card in your current trello board. According to each character you type in the search field. The board instantly filter and show the only the cards which have the searched keyword in title. It also add a Quick Label Filter Option, which helps you to filter cards with respect to labels.
扩展基本信息
名称 | Quick Card Search and Filter For Trello |
ID | cefckkmehbmgplhdlgdckpkociljphpm |
官方URL | https://chromewebstore.google.com/detail/quick-card-search-and-fil/cefckkmehbmgplhdlgdckpkociljphpm |
简介 | Quick Card Search & Filter for Trello,Quickly Search Cards on Current Board, Quick Way To Filter & Show Cards With Respect to Labels |
文件大小 | 61.53 KB |
安装次数 | 549 |
当前版本 | 1.0.2 |
更新时间 | 2019-03-14 |
上架时间 | 2019-03-14 |
评分 | 4.50/5 共8次评分 |
开发者 | https://www.acurax.com |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Card Search and Filter For Trello", "version": "1.0.2", "manifest_version": 2, "description": "Quick Card Search & Filter for Trello,Quickly Search Cards on Current Board, Quick Way To Filter & Show Cards With Respect to Labels", "page_action": { "default_title": "Trello Quick Search Filter", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "web_accessible_resources": [ "images\/tag-img.png" ], "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "css": [ "css\/acxplugin.css" ], "js": [ "js\/jquery-3.3.1.min.js", "js\/mustache.min.js", "js\/script.js", "js\/plugin.js" ], "run_at": "document_idle" } ], "permissions": [ "http:\/\/trello.com\/", "https:\/\/trello.com\/" ] } |