Trello Archiver
Add the ability to visually archive some trello organization's organizations
Trello Archiver là gì?
Trello Archiver là một tiện ích mở rộng Chrome được phát triển bởi kevcha, và tính năng chính của nó là "Add the ability to visually archive some trello organization's organizations".
Ả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 Archiver
Tải xuống các tệp mở rộng Trello Archiver 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
Trello Archiver is a small plugin to add a Show / Hide feature for organizations in Trello homepage with persistence.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Trello Archiver |
ID | aggcamajlndgcihfjbmfcaonlmbfjhnn |
URL Chính Thức | https://chromewebstore.google.com/detail/trello-archiver/aggcamajlndgcihfjbmfcaonlmbfjhnn |
Mô tả | Add the ability to visually archive some trello organization's organizations |
Kích Thước Tệp | 2.67 MB |
Số Lần Cài Đặt | 28 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2016-02-11 |
Ngày Phát Hành | 2016-02-11 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | kevcha |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Add the ability to visually archive some trello organization's organizations", "manifest_version": 2, "name": "Trello Archiver", "version": "1.1", "applications": { "gecko": { "id": "[email protected]" } }, "icons": { "48": "assets\/trello-archiver-48.png", "128": "assets\/trello-archiver-128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.trello.com\/*" ], "js": [ "jquery-2.1.4.min.js", "archiver.js" ] } ] } |