Redmine Tools

[email protected]

Redmine Toolsคืออะไร?

Redmine Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nguyễn Việt Dũng และคุณลักษณะหลักของมันคือ "[email protected]"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Redmine Tools

ดาวน์โหลดไฟล์ส่วนขยาย 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
}