Android Developer Toolbox

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

Android Developer Toolbox란 무엇입니까?

Android Developer Toolbox은(는) https://cwlarson.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A quick access toolbox of Android developer tools, calculators and information."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Android Developer Toolbox 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    ]
}