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 |
官方網址 | 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\/" ] } |