Trello feels good
Aesthetic Trello theme
什麼是Trello feels good?
Trello feels good是由https://trello.gambala.pro開發的Chrome擴展程式,該擴展的主要功能是“Aesthetic Trello theme”。
擴展截圖
下載Trello feels good擴展crx文件
下載Trello feels good擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension makes Trello web interface much cleaner and convenient. New in 0.3.3 - Fixed a bug with non opening modal windows on wide screens Features: - Recoloring UI to the nice light palette - Optimize trello cards opening on wide displays - Remove huge thumbnails from cards to hover-in mini-section
擴展基本資訊
名稱 | Trello feels good |
ID | hiomhgngghagmknaljmoggplloglmkmb |
官方網址 | https://chromewebstore.google.com/detail/trello-feels-good/hiomhgngghagmknaljmoggplloglmkmb |
簡介 | Aesthetic Trello theme |
檔案大小 | 35.86 KB |
安裝次數 | 61 |
目前版本 | 0.3.3 |
更新時間 | 2020-01-07 |
上架時間 | 2020-01-07 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://trello.gambala.pro |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trello feels good", "version": "0.3.3", "author": "Vitaliy Emeliyantsev", "description": "Aesthetic Trello theme", "homepage_url": "https:\/\/github.com\/gambala\/trello", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "minimum_chrome_version": "21", "short_name": "Trello feels good", "browser_action": { "default_icon": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png" }, "default_popup": "popup.html", "default_title": "Trello feels good" }, "content_scripts": [ { "all_frames": true, "js": [ "vendor\/jquery-3.1.1.slim.min.js", "trello.js" ], "matches": [ "https:\/\/trello.com\/*" ] } ], "permissions": [ "https:\/\/trello.com\/*" ], "web_accessible_resources": [ "trello.css" ] } |