Inspect Devices
Simple silly link to Inspector Devices.
什么是Inspect Devices?
Inspect Devices是由Juan Carlos De Román开发的Chrome扩展程序,该扩展的主要功能是“Simple silly link to Inspector Devices.”。
扩展截图
下载Inspect Devices扩展crx文件
下载Inspect Devices扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        This is a simple silly link to Inspector Devices of Chrome that i made for make my life more easy.
Great help for fast debuggin of responsive Webs on phone or PhoneGap / Cordova Apps.                     扩展基本信息
| 名称 |   |  
| ID | pjpobmgdbnbegggcdgbljfgplleejmkb | 
| 官方URL | https://chromewebstore.google.com/detail/inspect-devices/pjpobmgdbnbegggcdgbljfgplleejmkb | 
| 简介 | Simple silly link to Inspector Devices. | 
| 文件大小 | 11.35 KB | 
| 安装次数 | 8,162 | 
| 当前版本 | 1.1 | 
| 更新时间 | 2015-12-11 | 
| 上架时间 | 2015-12-10 | 
| 评分 | 4.50/5 共12次评分 | 
| 开发者 | Juan Carlos De Román | 
| 付费类型 | free | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Inspect Devices",
    "version": "1.1",
    "description": "Simple silly link to Inspector Devices.",
    "author": "Juan Carlos De Rom\u00e1n Doblas",
    "browser_action": {
        "name": "Inspect Devices",
        "icons": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon.png"
        },
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}  |  |