Android developer Cordova online

Editor to create Android Cordova app that are run with the ApkOnline android emulator platform

Τι είναι το Android developer Cordova online;

Το Android developer Cordova online είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://uptoplay.net, και η κύρια λειτουργία του είναι "Editor to create Android Cordova app that are run with the ApkOnline android emulator platform".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Android developer Cordova online

Λήψη αρχείων επέκτασης Android developer Cordova online σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension is an Android Cordova online editor that allows you to create Android applications online to be run on the android emulator ApkOnline. The extension provides an HTML text area, a CSS text area, and a JavaSCript text area to build your Android Cordova application. These text areas can be edited and any change appear automatically in a preview area that shows the final composition of the application that will be created using HTML, JS and CSS.

You must take into account that Cordova Android is an Android application library that allows you to create Cordova-based projects for the Android platform. Cordova-based applications are essentially applications written with web technology: HTML, CSS, and JavaScript. Note that Apache Cordova allows software developers to create hybrid web applications for mobile devices using CSS3, HTML5, and JavaScript, rather than relying on platform-specific APIs such as Android. In fact, it allows you to complete the CSS, HTML and JavaScript code. It extends the functionality of HTML and JavaScript to work with the device. The resulting applications are hybrid, which means that they are neither truly native mobile applications nor purely web-based. They are not native because all design rendering is done through web views rather than the platform's native UI framework. They are not web applications because they are packaged as applications for distribution and have access to native device APIs.

With this extension, you do not need to install Android Studio to work due to the fact that Apache Cordova (formerly PhoneGap) is a mobile app development framework that can be used with any Android IDE.

Watch our video to know how to use our extension.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Android developer Cordova online Android developer Cordova online
ID cdekoedbjfnphghkflcedogmamcoocbi
Επίσημο URL https://chromewebstore.google.com/detail/android-developer-cordova/cdekoedbjfnphghkflcedogmamcoocbi
Περιγραφή Editor to create Android Cordova app that are run with the ApkOnline android emulator platform
Μέγεθος Αρχείου 244 KB
Αριθμός Εγκαταστάσεων 3,568
Τρέχουσα Έκδοση 1.5.4
Τελευταία Ενημέρωση 2024-01-09
Ημερομηνία Δημοσίευσης 2020-02-29
Αξιολόγηση 4.00/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής https://uptoplay.net
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.uptoplay.net
Διεύθυνση URL της Σελίδας Βοήθειας https://www.uptoplay.net
URL της Σελίδας Πολιτικής Απορρήτου https://www.uptoplay.net/cloud-apps-policy.php
Υποστηριζόμενες Γλώσσες de,en,fr,nl,tr,es,es-419,it,pl,pt-BR,pt-PT,ru,uk,hi,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_title__",
    "version": "1.5.4",
    "description": "__MSG_description__",
    "default_locale": "en",
    "action": {
        "default_popup": "index.html",
        "default_icon": "icons\/app_38.png"
    },
    "options_page": "options.html",
    "icons": {
        "128": "icons\/app_128.png",
        "48": "icons\/app_48.png",
        "16": "icons\/app_16.png"
    },
    "permissions": [
        "webRequest",
        "storage"
    ],
    "background": {
        "service_worker": "s.js"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}