Android Developer Toolbox
A quick access toolbox of Android developer tools, calculators and information.
What is Android Developer Toolbox?
Android Developer Toolbox is a Chrome extension developed by https://cwlarson.com, and its main feature is "A quick access toolbox of Android developer tools, calculators and information.".
Extension Screenshots
Download Android Developer Toolbox Extension CRX File
Download Android Developer Toolbox extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Android Developer Toolbox |
ID | ocedpblkiolaenkbnigalahapjepnanp |
Official URL | https://chromewebstore.google.com/detail/android-developer-toolbox/ocedpblkiolaenkbnigalahapjepnanp |
Description | A quick access toolbox of Android developer tools, calculators and information. |
File Size | 1.79 MB |
Installation Count | 3,142 |
Current Version | 1.0.2 |
Last Updated | 2023-01-27 |
Publish Date | 2019-09-17 |
Rating | 5.00/5 Total 5 Ratings |
Developer | https://cwlarson.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.cwlarson.com/privacy-policy/android-dev-toolbox-privacy-policy |
Supported Languages | 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" ] } |