Mo Code Generator

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

Cos'è Mo Code Generator?

Mo Code Generator è un'estensione di Chrome sviluppata da jeffzzff, e la sua funzione principale è "Generate Java, MyBatis and MySQL code from table define object.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Mo Code Generator

Scarica i file di estensione Mo Code Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Mo Code Generator Mo Code Generator
ID elhcnlapdbdhikoclhefiaodacnoekaa
URL Ufficiale https://chrome.google.com/webstore/detail/mo-code-generator/elhcnlapdbdhikoclhefiaodacnoekaa
Descrizione Generate Java, MyBatis and MySQL code from table define object.
Dimensione del File 159 KB
Conteggio Installazioni 134
Versione Corrente 1.0.4
Ultimo Aggiornamento 2017-03-02
Data di Pubblicazione 2017-03-02
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore jeffzzff
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}