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”。
扩展截图
下载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 |
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 |
电子邮箱 | [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:\/\/*\/*" ] } |