Mo Code Generator
Generate Java, MyBatis and MySQL code from table define object.
什麼是Mo Code Generator?
Mo Code Generator是由jeffzzff開發的Chrome擴展程式,該擴展的主要功能是“Generate Java, MyBatis and MySQL code from table define object.”。
擴展截圖
下載Mo Code Generator擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | elhcnlapdbdhikoclhefiaodacnoekaa |
| 官方網址 | 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"
]
} | |