ApkOnline APK manager for Android emulator
Manager that allows to handle APK files that are run with the ApkOnline android emulator platform
什麼是ApkOnline APK manager for Android emulator?
ApkOnline APK manager for Android emulator是由https://uptoplay.net開發的Chrome擴展程式,該擴展的主要功能是“Manager that allows to handle APK files that are run with the ApkOnline android emulator platform”。
擴展截圖
下載ApkOnline APK manager for Android emulator擴展crx文件
下載ApkOnline APK manager for Android emulator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension is a manager to handle APK for the android online emulator provided by ApkOnline. It allows users to upload APK that can be grouped in different folders, renamed, copied, deleted and even executed using an API integration with ApkOnline. As a result of that, this extension speeds up the APK management and execution using the ApkOnline android online emulator, which has the following features: * Android Virtual Device (AVD). * Tablet skin configuration with Oreo 8.0, although you can request a higher version. * Test your android applications without access to the real hardware with only your web browser. * Internet access from the Android emulator. * Google Play Store app preinstalled. * Other apps like Chrome, Email, ... also preinstalled. * Basic emulated features for APK developments: device rotation, ...
擴展基本資訊
名稱 | ApkOnline APK manager for Android emulator |
ID | lnhnebkkgjmlgomfkkmkoaefbknopmja |
官方網址 | https://chromewebstore.google.com/detail/apkonline-apk-manager-for/lnhnebkkgjmlgomfkkmkoaefbknopmja |
簡介 | Manager that allows to handle APK files that are run with the ApkOnline android emulator platform |
檔案大小 | 521 KB |
安裝次數 | 430,884 |
目前版本 | 1.7.9 |
更新時間 | 2024-01-29 |
上架時間 | 2020-03-05 |
評分 | 2.94/5 共 660 次評分 |
開發者 | https://uptoplay.net |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.uptoplay.net/filemanager.php |
說明頁面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.7.9", "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:\/\/*\/*" ] } |