Trello feels good
Aesthetic Trello theme
Trello feels good là gì?
Trello feels good là một tiện ích mở rộng Chrome được phát triển bởi https://trello.gambala.pro, và tính năng chính của nó là "Aesthetic Trello theme".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Trello feels good
Tải xuống các tệp mở rộng Trello feels good dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Trello feels good |
ID | hiomhgngghagmknaljmoggplloglmkmb |
URL Chính Thức | https://chromewebstore.google.com/detail/trello-feels-good/hiomhgngghagmknaljmoggplloglmkmb |
Mô tả | Aesthetic Trello theme |
Kích Thước Tệp | 35.86 KB |
Số Lần Cài Đặt | 61 |
Phiên Bản Hiện Tại | 0.3.3 |
Cập Nhật Lần Cuối | 2020-01-07 |
Ngày Phát Hành | 2020-01-07 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://trello.gambala.pro |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |