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