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 |
官方網址 | 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:\/\/*\/*" ] } |