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