Android Developer Toolbox
A quick access toolbox of Android developer tools, calculators and information.
Android Developer Toolboxคืออะไร?
Android Developer Toolbox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cwlarson.com และคุณลักษณะหลักของมันคือ "A quick access toolbox of Android developer tools, calculators and information."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Android Developer Toolbox
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |