trello+
Configurable, high contrast user cards for Trello
什麼是trello+?
trello+是由William M Hayes開發的Chrome擴展程式,該擴展的主要功能是“Configurable, high contrast user cards for Trello”。
擴展截圖
下載trello+擴展crx文件
下載trello+擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Highlights the Trello cards you're attached to.
v 1.6
- Updated avatar identification
v 1.5
- Added support for subscribed lists and cards
v1.4
- Added compressed cards
- Added image dim to dimmed cards
- Misc layout tweaks 擴展基本資訊
| 名稱 | |
| ID | kgehmpaejbdohkkhjjkejhodgnjeejgm |
| 官方網址 | https://chromewebstore.google.com/detail/trello+/kgehmpaejbdohkkhjjkejhodgnjeejgm |
| 簡介 | Configurable, high contrast user cards for Trello |
| 檔案大小 | 43.45 KB |
| 安裝次數 | 43 |
| 目前版本 | 1.6 |
| 更新時間 | 2017-08-12 |
| 上架時間 | 2017-08-12 |
| 開發者 | William M Hayes |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "trello+",
"short_name": "trello+",
"description": "Configurable, high contrast user cards for Trello",
"version": "1.6",
"browser_action": {
"default_icon": "shared\/icons\/icon16.png",
"default_popup": "popup\/index.html"
},
"icons": {
"16": "shared\/icons\/icon16.png",
"48": "shared\/icons\/icon48.png",
"128": "shared\/icons\/icon128.png"
},
"permissions": [
"storage",
"https:\/\/trello.com\/"
],
"content_scripts": [
{
"all_frames": true,
"js": [
"shared\/js\/jquery.min.js",
"app\/app.min.js"
],
"css": [
"app\/app.css"
],
"matches": [
"https:\/\/trello.com\/*"
]
}
]
} | |