Trello Extras
Some extra functionality for Trello.
Trello Extras là gì?
Trello Extras là một tiện ích mở rộng Chrome được phát triển bởi Barry Els, và tính năng chính của nó là "Some extra functionality for Trello.".
Tải xuống tệp CRX của tiện ích mở rộng Trello Extras
Tải xuống các tệp mở rộng Trello Extras 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
Some extra functionality for Trello. Feel free to request features, report bugs and help out (PRs welcome) here: https://github.com/barryels/trello-extras
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Trello Extras |
ID | eljmgmdnmlfabhkkjplfennnnjnhhaog |
URL Chính Thức | https://chromewebstore.google.com/detail/trello-extras/eljmgmdnmlfabhkkjplfennnnjnhhaog |
Mô tả | Some extra functionality for Trello. |
Kích Thước Tệp | 459 KB |
Số Lần Cài Đặt | 25 |
Phiên Bản Hiện Tại | 1.8.6 |
Cập Nhật Lần Cuối | 2017-06-15 |
Ngày Phát Hành | 2017-06-15 |
Nhà Phát Triển | Barry Els |
[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, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "css": [ "css\/index.css" ], "js": [ "js\/index.js" ], "matches": [ "http:\/\/trello.com\/*", "https:\/\/trello.com\/*" ], "run_at": "document_end" } ], "browser_action": { "default_icon": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "default_popup": "popup.html", "default_title": "Trello Extras" }, "name": "Trello Extras", "version": "1.8.6", "description": "Some extra functionality for Trello.", "author": "Barry Els |