Convenient Redmine
Add several convenient fuctions to redmine pages.
什么是Convenient Redmine?
Convenient Redmine是由gilchris开发的Chrome扩展程序,该扩展的主要功能是“Add several convenient fuctions to redmine pages.”。
扩展截图
下载Convenient Redmine扩展crx文件
下载Convenient Redmine扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Convenient Redmine |
ID | cebgldbppceblpomepllpcmmebbmfcko |
官方URL | https://chromewebstore.google.com/detail/convenient-redmine/cebgldbppceblpomepllpcmmebbmfcko |
简介 | Add several convenient fuctions to redmine pages. |
文件大小 | 52.31 KB |
安装次数 | 245 |
当前版本 | 1.1.4 |
更新时间 | 2020-02-11 |
上架时间 | 2020-02-11 |
评分 | 5.00/5 共2次评分 |
开发者 | gilchris |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } } |