Mo Code Generator
Generate Java, MyBatis and MySQL code from table define object.
What is Mo Code Generator?
Mo Code Generator is a Chrome extension developed by jeffzzff, and its main feature is "Generate Java, MyBatis and MySQL code from table define object.".
Extension Screenshots
Download Mo Code Generator Extension CRX File
Download Mo Code Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | elhcnlapdbdhikoclhefiaodacnoekaa |
Official URL | https://chrome.google.com/webstore/detail/mo-code-generator/elhcnlapdbdhikoclhefiaodacnoekaa |
Description | Generate Java, MyBatis and MySQL code from table define object. |
File Size | 159 KB |
Installation Count | 134 |
Current Version | 1.0.4 |
Last Updated | 2017-03-02 |
Publish Date | 2017-03-02 |
Rating | 5.00/5 Total 1 Ratings |
Developer | jeffzzff |
Payment Type | free |
Supported Languages | 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" ] } |