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 |
| 公式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"
]
} | |