Original Card Counter for Trello
Shows the number of cards in every list in Trello. Adds support for Kanban limits.
什麼是Original Card Counter for Trello?
Original Card Counter for Trello是由Tim開發的Chrome擴展程式,該擴展的主要功能是“Shows the number of cards in every list in Trello. Adds support for Kanban limits.”。
擴展截圖
下載Original Card Counter for Trello擴展crx文件
下載Original Card Counter for Trello擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Shows the number of cards in every list in Trello. Also filters out divider cards containing two or more == characters. Show your support and buy me a beer: https://www.paypal.me/timvde. When installing this extension you might receive email updates about CardCounter for Trello. The old extension has been transferred but is neglected and is no longer maintained. I advise you to switch, this one will be supported by me (the original author of the old one). Changelog: 1.0.4: - Added option (Green tick) to hide donate buttons/messages 1.0.3: - Fix multiple total count elements 1.0.2: - Changed some donate texts
擴展基本資訊
名稱 | Original Card Counter for Trello |
ID | ggamggchfpnmhmkeicjgpedgjcllcefp |
官方網址 | https://chromewebstore.google.com/detail/original-card-counter-for/ggamggchfpnmhmkeicjgpedgjcllcefp |
簡介 | Shows the number of cards in every list in Trello. Adds support for Kanban limits. |
檔案大小 | 50.38 KB |
安裝次數 | 10,000 |
目前版本 | 1.0.4 |
更新時間 | 2018-10-22 |
上架時間 | 2018-10-22 |
評分 | 3.95/5 共 19 次評分 |
開發者 | Tim |
付費類型 | free |
說明頁面URL | https://twitter.com.com/TimvdEijnden |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "cardcounter.css" ], "js": [ "jquery-1.7.1.min.js", "cardcounter.js" ], "matches": [ "https:\/\/trello.com\/*" ] } ], "icons": { "128": "icon-128.png", "32": "icon-32.png", "48": "icon-48.png" }, "description": "Shows the number of cards in every list in Trello. Adds support for Kanban limits.", "name": "Original Card Counter for Trello", "version": "1.0.4", "manifest_version": 2 } |