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 拡張機能の基本情報
| 名前 | |
| ID | hiomhgngghagmknaljmoggplloglmkmb |
| 公式URL | 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 |
| Eメール | [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"
]
} | |