Inspect Device

A quick link to Inspect Devices

什麼是Inspect Device?

Inspect Device是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“A quick link to Inspect Devices”。

擴展截圖

screenshot

下載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 Inspect Device
ID jhgcdckilemomflfheldfmgaellengja
官方網址 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"
    }
}