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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον AppMint.co, και η κύρια λειτουργία του είναι "Drag-and-drop to quickly prototype your mobile app User Interface. Export the generated HTML/CSS/JS. It's that simple!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης AppMint Lite: HTML5/jQuery Mobile App Builder
Λήψη αρχείων επέκτασης 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 |
Επίσημο 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" ] } |