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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Drag-and-drop to quickly prototype your mobile app User Interface. Export the generated HTML/CSS/JS. It's that simple!"입니다.

확장 프로그램 스크린샷

screenshot

AppMint Lite: HTML5/jQuery Mobile App Builder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}