Inspect Devices

A shortcut to open Remote Devices Chrome inspect for connected android devices

Inspect Devicesとは何ですか?

Inspect DevicesはAniketによって開発されたChromeの拡張機能で、その主な機能は「A shortcut to open Remote Devices Chrome inspect for connected android devices」です。

拡張機能のスクリーンショット

screenshot

Inspect Devices拡張機能のCRXファイルをダウンロード

Inspect Devices拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A time saving shortcut to open DevTool's Remote Devices Tab.

Right click and select 'Device Inspector' from context menu to open Developer Tools > Remote Devices.

or

Use shortcut key combination 'Ctrl + Shift + Up (Arrow Key)' to open Developer Tools > Remote Devices                    

拡張機能の基本情報

名前 Inspect Devices Inspect Devices
ID kmhbjbgkpaceeioiadjkfinjbckgckim
公式URL https://chromewebstore.google.com/detail/inspect-devices/kmhbjbgkpaceeioiadjkfinjbckgckim
説明 A shortcut to open Remote Devices Chrome inspect for connected android devices
ファイルサイズ 15.38 KB
インストール数 7,143
現在のバージョン 1.1.0
最終更新日 2021-07-20
公開日 2021-07-20
評価 5.00/5 合計 1 レビュー
開発者 Aniket
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inspect Devices",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "A shortcut to open Remote Devices Chrome inspect for connected android devices",
    "homepage_url": "http:\/\/aniket.co",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "commands": {
        "open-inspect-devices": {
            "suggested_key": {
                "default": "Ctrl+Shift+Up",
                "windows": "Ctrl+Shift+Up",
                "mac": "Command+Shift+Up",
                "linux": "Ctrl+Shift+Up"
            },
            "description": "Open Inspect Devices"
        }
    },
    "permissions": [
        "commands",
        "contextMenus",
        "https:\/\/*\/*, http:\/\/*\/*"
    ]
}