AppMint Lite: HTML5/jQuery Mobile App Builder

Drag-and-drop to quickly prototype your mobile app User Interface. Export the generated HTML/CSS/JS. It's that simple!

AppMint Lite: HTML5/jQuery Mobile App Builder क्या है?

AppMint Lite: HTML5/jQuery Mobile App Builder AppMint.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Drag-and-drop to quickly prototype your mobile app User Interface. Export the generated HTML/CSS/JS. It's that simple!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AppMint Lite: HTML5/jQuery Mobile App Builder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        AppMint Lite HTML5/jQuery Mobile App Builder: Drag-and-drop to quickly prototype your mobile app User Interface. Export the generated HTML/CSS/JS. It's that simple!

- Prototype your mobile app UI fast!
- Drag-and-drop HTML and jQuery Mobile widgets onto your app
- Work offline anywhere, no internet connection required!
- Works on Windows/Mac/Linux
- Based on open-source RIB project, with modifications to simplify, stabilize and prettify the app builder
- Import custom jQuery Mobile themes
- Tweak HTML and jQuery Mobile properties visually
- Preview how your app would look on phones/tablets/netbooks
- Export ready-to-use code in .zip format
- Upload exported .zip to PhoneGap Build to deploy to all mobile platforms at once!
- Upload the code to your website to use as a mobile website or app!                    

एक्सटेंशन की मूल जानकारी

नाम AppMint Lite: HTML5/jQuery Mobile App Builder AppMint Lite: HTML5/jQuery Mobile App Builder
ID imdkdmbnblpapcdidcofglgbjbgaegle
आधिकारिक URL https://chromewebstore.google.com/detail/appmint-lite-html5jquery/imdkdmbnblpapcdidcofglgbjbgaegle
विवरण Drag-and-drop to quickly prototype your mobile app User Interface. Export the generated HTML/CSS/JS. It's that simple!
फ़ाइल का आकार 4.03 MB
स्थापना संख्या 709
वर्तमान संस्करण 1.4.1
अंतिम अपडेट 2014-02-07
प्रकाशन तिथि 2014-02-07
रेटिंग 2.44/5 कुल 18 रेटिंग्स
डेवलपर AppMint.co
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AppMint Lite: HTML5\/jQuery Mobile App Builder",
    "version": "1.4.1",
    "manifest_version": 2,
    "minimum_chrome_version": "20",
    "description": "Drag-and-drop to quickly prototype your mobile app User Interface. Export the generated HTML\/CSS\/JS. It's that simple!",
    "icons": {
        "16": "src\/assets\/appmint-16.png",
        "48": "src\/assets\/appmint-48.png",
        "128": "src\/assets\/appmint-128.png"
    },
    "offline_enabled": true,
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "src\/assets\/appmint-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*"
            ],
            "css": [
                "src\/css\/Appmint.css",
                "src\/css\/composer.css"
            ],
            "js": [
                "src\/js\/Appmint.js",
                "src\/js\/composer.js",
                "src\/js\/devices.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "cookies",
        "tabs",
        "unlimitedStorage",
        "storage"
    ]
}