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 là gì?
AppMint Lite: HTML5/jQuery Mobile App Builder là một tiện ích mở rộng Chrome được phát triển bởi AppMint.co, và tính năng chính của nó là "Drag-and-drop to quickly prototype your mobile app User Interface. Export the generated HTML/CSS/JS. It's that simple!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AppMint Lite: HTML5/jQuery Mobile App Builder
Tải xuống các tệp mở rộng AppMint Lite: HTML5/jQuery Mobile App Builder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AppMint Lite: HTML5/jQuery Mobile App Builder |
ID | imdkdmbnblpapcdidcofglgbjbgaegle |
URL Chính Thức | https://chromewebstore.google.com/detail/appmint-lite-html5jquery/imdkdmbnblpapcdidcofglgbjbgaegle |
Mô tả | Drag-and-drop to quickly prototype your mobile app User Interface. Export the generated HTML/CSS/JS. It's that simple! |
Kích Thước Tệp | 4.03 MB |
Số Lần Cài Đặt | 709 |
Phiên Bản Hiện Tại | 1.4.1 |
Cập Nhật Lần Cuối | 2014-02-07 |
Ngày Phát Hành | 2014-02-07 |
Đánh Giá | 2.44/5 Tổng số 18 Đánh Giá |
Nhà Phát Triển | AppMint.co |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |