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 | 
| 官方網址 | 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
    }
}  |  |