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ファイルをダウンロード

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 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
Eメール [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"
    ]
}