Trello Grid
Adds grid layout to Trello
Trello Grid là gì?
Trello Grid là một tiện ích mở rộng Chrome được phát triển bởi fuechec.mark, và tính năng chính của nó là "Adds grid layout to Trello".
Ả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 Grid
Tải xuống các tệp mở rộng Trello Grid 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 simple extension that creates a grid layout for the Trello board. After installing the extension, navigate to Trello.com and your banyan boards will be togglable to a grid layout by pressing the 'g' key.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Trello Grid |
ID | ddlkemoiobinoolmeccabbpbalojmlij |
URL Chính Thức | https://chromewebstore.google.com/detail/trello-grid/ddlkemoiobinoolmeccabbpbalojmlij |
Mô tả | Adds grid layout to Trello |
Kích Thước Tệp | 474 KB |
Số Lần Cài Đặt | 31 |
Phiên Bản Hiện Tại | 0.0.0.2 |
Cập Nhật Lần Cuối | 2020-11-17 |
Ngày Phát Hành | 2020-11-12 |
Đánh Giá | 1.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | fuechec.mark |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trello Grid", "version": "0.0.0.2", "description": "Adds grid layout to Trello", "icons": { "16": "grid.png", "48": "promotional.png", "128": "screenshot.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/trello.com\/*" ] } ] } |