Android Developer Toolbox

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

Wat is Android Developer Toolbox?

Android Developer Toolbox is een Chrome-extensie ontwikkeld door https://cwlarson.com, en de belangrijkste functie is "A quick access toolbox of Android developer tools, calculators and information.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Android Developer Toolbox

Download Android Developer Toolbox-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Android Developer Toolbox Android Developer Toolbox
ID ocedpblkiolaenkbnigalahapjepnanp
Officiële URL https://chromewebstore.google.com/detail/android-developer-toolbox/ocedpblkiolaenkbnigalahapjepnanp
Beschrijving A quick access toolbox of Android developer tools, calculators and information.
Bestandsgrootte 1.79 MB
Aantal Installaties 3,142
Huidige Versie 1.0.2
Laatst Bijgewerkt 2023-01-27
Publicatiedatum 2019-09-17
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar https://cwlarson.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.cwlarson.com/privacy-policy/android-dev-toolbox-privacy-policy
Ondersteunde Talen 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"
    ]
}