Special Redmine customizer
1. Add custom links to redmine main menu (you can do it in extension settings) 2. Expand full project issues tree from Gantt chart
Special Redmine customizer là gì?
Special Redmine customizer là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "1. Add custom links to redmine main menu (you can do it in extension settings) 2. Expand full project issues tree from Gantt chart".
Ả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 Special Redmine customizer
Tải xuống các tệp mở rộng Special Redmine customizer 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
1. Add custom links to redmine main menu (you can do it in extension settings) 2. Expand full project issues tree from Gantt chart
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Special Redmine customizer |
ID | ggpobgeelefmkhdonhgkjhmgmdoiadej |
URL Chính Thức | https://chromewebstore.google.com/detail/special-redmine-customize/ggpobgeelefmkhdonhgkjhmgmdoiadej |
Mô tả | 1. Add custom links to redmine main menu (you can do it in extension settings) 2. Expand full project issues tree from Gantt chart |
Kích Thước Tệp | 48.73 KB |
Số Lần Cài Đặt | 24 |
Phiên Bản Hiện Tại | 1.13 |
Cập Nhật Lần Cuối | 2014-04-01 |
Ngày Phát Hành | 2014-04-01 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/p36101/special_redmine_customizer_ext |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Special Redmine customizer", "version": "1.13", "icons": { "16": "raccoon_comp16.png", "48": "raccoon_comp48.png" }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Special Redmine customizer", "default_icon": "raccoon_comp48.png" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/rm.hsmedia.ru\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "\/injected.js" ], "options_page": "options.html" } |