Mo Code Generator

Generate Java, MyBatis and MySQL code from table define object.

Mo Code Generatorคืออะไร?

Mo Code Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jeffzzff และคุณลักษณะหลักของมันคือ "Generate Java, MyBatis and MySQL code from table define object."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mo Code Generator

ดาวน์โหลดไฟล์ส่วนขยาย Mo Code Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This is a tool to generate Java, MyBatis and MySQL code from table define object. With it, plenty of time will be saved and a lot of tedious work will be finished efficiently.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Mo Code Generator Mo Code Generator
ID elhcnlapdbdhikoclhefiaodacnoekaa
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/mo-code-generator/elhcnlapdbdhikoclhefiaodacnoekaa
คำอธิบาย Generate Java, MyBatis and MySQL code from table define object.
ขนาดไฟล์ 159 KB
จำนวนการติดตั้ง 134
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2017-03-02
วันที่เผยแพร่ 2017-03-02
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา jeffzzff
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mo Code Generator",
    "description": "Generate Java, MyBatis and MySQL code from table define object.",
    "version": "1.0.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "clipboardWrite"
    ]
}