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.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载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.                    

扩展基本信息

名称 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"
    ]
}