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 |
官方網址 | 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 } } |