Inspect Devices
A shortcut to open Remote Devices Chrome inspect for connected android devices
What is Inspect Devices?
Inspect Devices is a Chrome extension developed by Aniket, and its main feature is "A shortcut to open Remote Devices Chrome inspect for connected android devices".
Extension Screenshots
Download Inspect Devices Extension CRX File
Download Inspect Devices extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Inspect Devices |
ID | kmhbjbgkpaceeioiadjkfinjbckgckim |
Official URL | https://chromewebstore.google.com/detail/inspect-devices/kmhbjbgkpaceeioiadjkfinjbckgckim |
Description | A shortcut to open Remote Devices Chrome inspect for connected android devices |
File Size | 15.38 KB |
Installation Count | 7,143 |
Current Version | 1.1.0 |
Last Updated | 2021-07-20 |
Publish Date | 2021-07-20 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Aniket |
[email protected] | |
Payment Type | free |
Supported Languages | 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:\/\/*\/*" ] } |