Android Developer Toolbox
A quick access toolbox of Android developer tools, calculators and information.
什么是Android Developer Toolbox?
Android Developer Toolbox是由https://cwlarson.com开发的Chrome扩展程序,该扩展的主要功能是“A quick access toolbox of Android developer tools, calculators and information.”。
扩展截图
下载Android Developer Toolbox扩展crx文件
下载Android Developer Toolbox扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Android Developer Toolbox is a quick access to Android™ developer tools, calculators and information. Some items include density calculator, dp to px and px to dp calculator, dangerous permissions, and Android™ release information. Always more to come! Android is a trademark of Google LLC. The Android robot is reproduced or modified from work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License.
扩展基本信息
名称 | Android Developer Toolbox |
ID | ocedpblkiolaenkbnigalahapjepnanp |
官方URL | https://chromewebstore.google.com/detail/android-developer-toolbox/ocedpblkiolaenkbnigalahapjepnanp |
简介 | A quick access toolbox of Android developer tools, calculators and information. |
文件大小 | 1.79 MB |
安装次数 | 3,142 |
当前版本 | 1.0.2 |
更新时间 | 2023-01-27 |
上架时间 | 2019-09-17 |
评分 | 5.00/5 共5次评分 |
开发者 | https://cwlarson.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.cwlarson.com/privacy-policy/android-dev-toolbox-privacy-policy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.0.2", "minimum_chrome_version": "88", "default_locale": "en_US", "options_ui": { "page": "options.html", "open_in_tab": true }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_icon": "images\/icon32.png", "default_popup": "popup.html" }, "permissions": [ "storage", "clipboardWrite" ] } |