Trello Card Colors
Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello.
什麼是Trello Card Colors?
Trello Card Colors是由Koji Sekiguchi開發的Chrome擴展程式,該擴展的主要功能是“Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello.”。
擴展截圖
下載Trello Card Colors擴展crx文件
下載Trello Card Colors擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Fills each cards background colour on Trello boards with label colour of the card. More convinient and easier than official cover function. - less clicks than cover. - support multiple colors. 0.1.1 - Fix some problems for coloring card on initial view. 0.1.0 - Change the title! 0.0.6 - Add Japanese description. 0.0.5 - Support multi labels card. 0.0.4 - First release.
擴展基本資訊
名稱 | Trello Card Colors |
ID | gnofggopjcccippphnjmajelmklljmhl |
官方網址 | https://chromewebstore.google.com/detail/trello-card-colors/gnofggopjcccippphnjmajelmklljmhl |
簡介 | Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello. |
檔案大小 | 8.37 KB |
安裝次數 | 2,167 |
目前版本 | 0.1.1 |
更新時間 | 2022-06-28 |
上架時間 | 2020-06-07 |
評分 | 3.62/5 共 13 次評分 |
開發者 | Koji Sekiguchi |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://twitter.com/sarumonera |
支援的語言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "version": "0.1.1", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ] } |