Redmine Tools

[email protected]

Redmine Toolsとは何ですか?

Redmine ToolsはNguyễn Việt Dũngによって開発されたChromeの拡張機能で、その主な機能は「[email protected]」です。

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

screenshot

Redmine Tools拡張機能のCRXファイルをダウンロード

Redmine Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Make your Redmine to useful                    

拡張機能の基本情報

名前 Redmine Tools Redmine Tools
ID knkfnmfopckodnfadidamneoacggcccp
公式URL https://chrome.google.com/webstore/detail/redmine-tools/knkfnmfopckodnfadidamneoacggcccp
説明 [email protected]
ファイルサイズ 257 KB
インストール数 53
現在のバージョン 1.0.0.1
最終更新日 2019-05-30
公開日 2019-05-26
評価 5.00/5 合計 2 レビュー
開発者 Nguyễn Việt Dũng
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Redmine Tools",
    "short_name": "RT",
    "version": "1.0.0.1",
    "icons": {
        "16": "images\/icon.16.png",
        "32": "images\/icon.32.png",
        "48": "images\/icon.48.png",
        "64": "images\/icon.64.png",
        "128": "images\/icon.128.png"
    },
    "description": "[email protected]",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "libs\/jquery-3.3.1.min.js",
                "jquery-ui.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "manifest_version": 2
}