Mo Code Generator
Generate Java, MyBatis and MySQL code from table define object.
Vad är Mo Code Generator?
Mo Code Generator är en Chrome-tillägg utvecklad av jeffzzff, och dess huvudfunktion är "Generate Java, MyBatis and MySQL code from table define object.".
Tilläggsskärmbilder
Ladda ner Mo Code Generator-förlängningens CRX-fil
Ladda ner Mo Code Generator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | elhcnlapdbdhikoclhefiaodacnoekaa |
| Officiell webbadress | https://chrome.google.com/webstore/detail/mo-code-generator/elhcnlapdbdhikoclhefiaodacnoekaa |
| Beskrivning | Generate Java, MyBatis and MySQL code from table define object. |
| Filstorlek | 159 KB |
| Antal Installationer | 134 |
| Aktuell Version | 1.0.4 |
| Senast Uppdaterad | 2017-03-02 |
| Publiceringsdatum | 2017-03-02 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | jeffzzff |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |