Convenient Redmine

Add several convenient fuctions to redmine pages.

Convenient Redmineとは何ですか?

Convenient Redmineはgilchrisによって開発されたChromeの拡張機能で、その主な機能は「Add several convenient fuctions to redmine pages.」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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
    }
}