Inspect Devices
A shortcut to open Remote Devices Chrome inspect for connected android devices
Apa itu Inspect Devices?
Inspect Devices adalah ekstensi Chrome yang dikembangkan oleh Aniket, dan fitur utamanya adalah "A shortcut to open Remote Devices Chrome inspect for connected android devices".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Inspect Devices
Unduh file ekstensi Inspect Devices dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Inspect Devices |
ID | kmhbjbgkpaceeioiadjkfinjbckgckim |
URL Resmi | https://chromewebstore.google.com/detail/inspect-devices/kmhbjbgkpaceeioiadjkfinjbckgckim |
Deskripsi | A shortcut to open Remote Devices Chrome inspect for connected android devices |
Ukuran File | 15.38 KB |
Jumlah Instalasi | 7,143 |
Versi Saat Ini | 1.1.0 |
Terakhir Diperbarui | 2021-07-20 |
Tanggal Publikasi | 2021-07-20 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Aniket |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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:\/\/*\/*" ] } |