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
电子邮箱 [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
}