Trello List Resizer
Simple extension for wider Trello lists.
Trello List Resizer là gì?
Trello List Resizer là một tiện ích mở rộng Chrome được phát triển bởi bensmithperez, và tính năng chính của nó là "Simple extension for wider Trello lists.".
Ả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 List Resizer
Tải xuống các tệp mở rộng Trello List Resizer 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 plugin resizes Trello lists from 270px to 400px... Just add to chrome and that's it!! :) Code at: https://github.com/bensmithperez/ChromeExtensions/tree/master/Trello%20List%20Resizer
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Trello List Resizer |
ID | icfnpgdggbhlidgcefjphhbpnklakobm |
URL Chính Thức | https://chromewebstore.google.com/detail/trello-list-resizer/icfnpgdggbhlidgcefjphhbpnklakobm |
Mô tả | Simple extension for wider Trello lists. |
Kích Thước Tệp | 3.15 KB |
Số Lần Cài Đặt | 450 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2017-03-24 |
Ngày Phát Hành | 2017-03-24 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | bensmithperez |
[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 List Resizer", "description": "Simple extension for wider Trello lists.", "author": "Benjamin Smith", "version": "0.1", "content_scripts": [ { "matches": [ "*:\/\/*.trello.com\/*" ], "css": [ "estiloNuevo.css" ], "run_at": "document_start" } ], "permissions": [ "*:\/\/*.trello.com\/*" ] } |