Mo Code Generator

Mo Code Generator

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

Merlin
Additional files are visible only to premium users

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