Trello Pluso
It's modern and clean style for Trello. And not only. No rounded borders, no bold fonts, no gradients, no text shadows, no pain,…
什麼是Trello Pluso?
Trello Pluso是由https://www.divandesign.ru開發的Chrome擴展程式,該擴展的主要功能是“It's modern and clean style for Trello. And not only. No rounded borders, no bold fonts, no gradients, no text shadows, no pain,…”。
擴展截圖
下載Trello Pluso擴展crx文件
下載Trello Pluso擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
It's modern and clean style for Trello. And not only.
No rounded borders, no bold fonts, no gradients, no text shadows, no pain, we love simplicity ♥
Changelog:
1.1.2
* Card window: Position of sidebar with buttons was fixed. Closes #11.
* General: Fixed invisible buttons on elements with light background while board has dark background. Closes #14.
1.1.1
* Cards sticking while dragging fixed.
* Solid colored backgrounds must be always on the dark side.
1.1
+ Added an ability to set custom opacity of columns. Just try to type “#opacity50” in column title.
* Some style fixes and improvements.
* Redesigned for images on background.
1.0.3
* Add shadow.
* Small style fixes.
1.0.2
* Small style fixes.
1.0.1
* Fixed typeface issues. 擴展基本資訊
| 名稱 | |
| ID | ehmockgijbbbifdeblkjbjejghlmclco |
| 官方網址 | https://chromewebstore.google.com/detail/trello-pluso/ehmockgijbbbifdeblkjbjejghlmclco |
| 簡介 | It's modern and clean style for Trello. And not only. No rounded borders, no bold fonts, no gradients, no text shadows, no pain,… |
| 檔案大小 | 735 KB |
| 安裝次數 | 162 |
| 目前版本 | 1.1.2 |
| 更新時間 | 2019-03-08 |
| 上架時間 | 2019-03-08 |
| 評分 | 4.75/5 共 8 次評分 |
| 開發者 | https://www.divandesign.ru |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Trello Pluso",
"version": "1.1.2",
"homepage_url": "http:\/\/www.DivanDesign.ru\/",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.trello.com\/*"
],
"css": [
"style.css"
],
"js": [
"jQuery-3.2.1.min.js",
"jQuery.ddTools-2.0.min.js",
"general.js"
]
}
],
"page_action": {
"default_icon": {
"19": "19.png",
"38": "38.png"
},
"default_title": "Trello Pluso"
},
"permissions": [
"https:\/\/*.trello.com\/*"
],
"web_accessible_resources": [
"fonts\/*.*"
]
} | |