Convenient Redmine

Add several convenient fuctions to redmine pages.

What is Convenient Redmine?

Convenient Redmine is a Chrome extension developed by gilchris, and its main feature is "Add several convenient fuctions to redmine pages.".

Extension Screenshots

screenshot

Download Convenient Redmine Extension CRX File

Download Convenient Redmine extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Convenient Redmine Convenient Redmine
ID cebgldbppceblpomepllpcmmebbmfcko
Official URL https://chromewebstore.google.com/detail/convenient-redmine/cebgldbppceblpomepllpcmmebbmfcko
Description Add several convenient fuctions to redmine pages.
File Size 52.31 KB
Installation Count 245
Current Version 1.1.4
Last Updated 2020-02-11
Publish Date 2020-02-11
Rating 5.00/5 Total 2 Ratings
Developer gilchris
Email [email protected]
Payment Type free
Supported Languages 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
    }
}