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
    }
}  |  |