Android Developer Toolbox
A quick access toolbox of Android developer tools, calculators and information.
Android Developer Toolbox क्या है?
Android Developer Toolbox https://cwlarson.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A quick access toolbox of Android developer tools, calculators and information."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Android Developer Toolbox एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |