Android Developer Toolbox

A quick access toolbox of Android developer tools, calculators and information.

Qu'est-ce que Android Developer Toolbox ?

Android Developer Toolbox est une extension Chrome développée par https://cwlarson.com, et sa fonction principale est "A quick access toolbox of Android developer tools, calculators and information.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Android Developer Toolbox

Téléchargez les fichiers d'extension Android Developer Toolbox au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Android Developer Toolbox Android Developer Toolbox
ID ocedpblkiolaenkbnigalahapjepnanp
URL Officiel https://chromewebstore.google.com/detail/android-developer-toolbox/ocedpblkiolaenkbnigalahapjepnanp
Description A quick access toolbox of Android developer tools, calculators and information.
Taille du Fichier 1.79 MB
Nombre d'Installations 3,142
Version Actuelle 1.0.2
Dernière Mise à Jour 2023-01-27
Date de Publication 2019-09-17
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://cwlarson.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.cwlarson.com/privacy-policy/android-dev-toolbox-privacy-policy
Langues Prises en Charge 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"
    ]
}