Trello Design
Change the design of Trello. Provides extensions that are compatible with the new Trello.
什麼是Trello Design?
Trello Design是由Shin LLC開發的Chrome擴展程式,該擴展的主要功能是“Change the design of Trello. Provides extensions that are compatible with the new Trello.”。
擴展截圖
下載Trello Design擴展crx文件
下載Trello Design擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
For example, you can display the label color and card number. Quick Guide: https://github.com/shin-dev/trello-design/wiki ---- Version 1.2.0 New Features ・Line height adjustment at card details. https://github.com/shin-dev/trello-design/wiki#line-height-px--v120 ・Blank line height adjustment at card details. https://github.com/shin-dev/trello-design/wiki#blank-line-height-px--v120 ・Show title and url copy buttons at card details. https://github.com/shin-dev/trello-design/wiki#show-copy-button-on-card-detail--v120 Fixed ・Wasn't closed Span tag at card number. ---- Version 1.1.0 New Features ・Hide card cover on list. ・Resize card details window. Fixed ・Operation correction on non-compliant sites. ・Fixed reset behavior. ---- Version 1.0.0 New Features ・Apply label to card color. ・Display card number.
擴展基本資訊
名稱 | Trello Design |
ID | bddemgibaehjbclgpppopnlcaohlikki |
官方網址 | https://chromewebstore.google.com/detail/trello-design/bddemgibaehjbclgpppopnlcaohlikki |
簡介 | Change the design of Trello. Provides extensions that are compatible with the new Trello. |
檔案大小 | 109 KB |
安裝次數 | 21 |
目前版本 | 1.2.0 |
更新時間 | 2020-12-29 |
上架時間 | 2020-07-25 |
開發者 | Shin LLC |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/shin-dev/trello-design |
說明頁面URL | https://github.com/shin-dev/trello-design/wiki |
支援的語言 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trello Design", "version": "1.2.0", "description": "Change the design of Trello. Provides extensions that are compatible with the new Trello.", "content_scripts": [ { "run_at": "document_idle", "matches": [ "https:\/\/trello.com\/*" ], "css": [ "scripts\/content.css" ], "js": [ "scripts\/content.js" ] } ], "icons": { "16": "assets\/images\/icon_16x16.png", "48": "assets\/images\/icon_48x48.png", "128": "assets\/images\/icon_128x128.png" }, "browser_action": { "default_icon": "assets\/images\/icon_32x32.png", "default_title": "Trello Design", "default_popup": "scripts\/popup.html" }, "permissions": [ "storage", "https:\/\/trello.com\/*" ] } |