Convenient Redmine
Add several convenient fuctions to redmine pages.
Convenient Redmine là gì?
Convenient Redmine là một tiện ích mở rộng Chrome được phát triển bởi gilchris, và tính năng chính của nó là "Add several convenient fuctions to redmine pages.".
Ả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 Convenient Redmine
Tải xuống các tệp mở rộng Convenient Redmine 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
chrome extension for adding advantages of redmine Features - Issue list coloring - Display detail time on detail issue view - Emphasis my assigned issue - Show attachment images with layer
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Convenient Redmine |
ID | cebgldbppceblpomepllpcmmebbmfcko |
URL Chính Thức | https://chromewebstore.google.com/detail/convenient-redmine/cebgldbppceblpomepllpcmmebbmfcko |
Mô tả | Add several convenient fuctions to redmine pages. |
Kích Thước Tệp | 52.31 KB |
Số Lần Cài Đặt | 245 |
Phiên Bản Hiện Tại | 1.1.4 |
Cập Nhật Lần Cuối | 2020-02-11 |
Ngày Phát Hành | 2020-02-11 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | gilchris |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.1.4", "manifest_version": 2, "author": "gilchris", "default_locale": "en", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_page": "options.html", "permissions": [ "storage", "webNavigation", "https:\/\/*\/*", "http:\/\/*\/*" ], "background": { "scripts": [ "default_option.js", "main.js" ], "persistent": false } } |