Inspect Device
A quick link to Inspect Devices
什么是Inspect Device?
Inspect Device是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“A quick link to Inspect Devices”。
扩展截图
下载Inspect Device扩展crx文件
下载Inspect Device扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Chrome has removed the inspect device option. This provides you a quick link to Inspect device
扩展基本信息
名称 | Inspect Device |
ID | jhgcdckilemomflfheldfmgaellengja |
官方URL | https://chromewebstore.google.com/detail/inspect-device/jhgcdckilemomflfheldfmgaellengja |
简介 | A quick link to Inspect Devices |
文件大小 | 38.77 KB |
安装次数 | 579 |
当前版本 | 0.1 |
更新时间 | 2015-09-12 |
上架时间 | 2015-09-12 |
评分 | 3.29/5 共7次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Inspect Device", "version": "0.1", "description": "A quick link to Inspect Devices", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |