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!”。
擴展截圖
下載AppMint Lite: HTML5/jQuery Mobile App Builder擴展crx文件
下載AppMint Lite: HTML5/jQuery Mobile App Builder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | imdkdmbnblpapcdidcofglgbjbgaegle |
官方網址 | 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" ] } |