LabelCounter for Trello
Counts the Card label titles on trello.com
什麼是LabelCounter for Trello?
LabelCounter for Trello是由https://rockin.work開發的Chrome擴展程式,該擴展的主要功能是“Counts the Card label titles on trello.com”。
擴展截圖
下載LabelCounter for Trello擴展crx文件
下載LabelCounter for Trello擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This Extension counts cards and label texts, display it. It will use the card labels for time. ex.) 1h, 2h, 4h, 8h Required environment * Trello.com * install Card Color Titles for Trello Chrome Extension. * for display of label texts. * Setting name of labels in Trello: 0.5h, 1h, 2h, 4h, 8h
擴展基本資訊
名稱 | |
ID | eahijelcdannijiaikdpdpjnhcjoblie |
官方網址 | https://chromewebstore.google.com/detail/labelcounter-for-trello/eahijelcdannijiaikdpdpjnhcjoblie |
簡介 | Counts the Card label titles on trello.com |
檔案大小 | 18.45 KB |
安裝次數 | 103 |
目前版本 | 1.0 |
更新時間 | 2018-09-10 |
上架時間 | 2018-09-10 |
評分 | 4.00/5 共 1 次評分 |
開發者 | https://rockin.work |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/oikwsat/trello-label-counter |
說明頁面URL | https://github.com/oikwsat/trello-label-counter |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LabelCounter for Trello", "description": "Counts the Card label titles on trello.com", "version": "1.0", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/trello.com\/b\/*" ], "js": [ "js\/injector.js" ] } ], "web_accessible_resources": [ "js\/embeded.js" ], "permissions": [ "https:\/\/trello.com\/b\/*" ] } |