Inspect Devices

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

Wat is Inspect Devices?

Inspect Devices is een Chrome-extensie ontwikkeld door Aniket, en de belangrijkste functie is "A shortcut to open Remote Devices Chrome inspect for connected android devices".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Inspect Devices

Download Inspect Devices-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

                        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                    

Basisinformatie over de Extensie

Naam Inspect Devices Inspect Devices
ID kmhbjbgkpaceeioiadjkfinjbckgckim
Officiële URL https://chromewebstore.google.com/detail/inspect-devices/kmhbjbgkpaceeioiadjkfinjbckgckim
Beschrijving A shortcut to open Remote Devices Chrome inspect for connected android devices
Bestandsgrootte 15.38 KB
Aantal Installaties 7,143
Huidige Versie 1.1.0
Laatst Bijgewerkt 2021-07-20
Publicatiedatum 2021-07-20
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Aniket
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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:\/\/*\/*"
    ]
}