Inspect Device
A quick link to Inspect Devices
What is Inspect Device?
Inspect Device is a Chrome extension developed by Unknown, and its main feature is "A quick link to Inspect Devices".
Extension Screenshots
Download Inspect Device Extension CRX File
Download Inspect Device extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Chrome has removed the inspect device option. This provides you a quick link to Inspect device
Extension Basic Information
Name | Inspect Device |
ID | jhgcdckilemomflfheldfmgaellengja |
Official URL | https://chromewebstore.google.com/detail/inspect-device/jhgcdckilemomflfheldfmgaellengja |
Description | A quick link to Inspect Devices |
File Size | 38.77 KB |
Installation Count | 579 |
Current Version | 0.1 |
Last Updated | 2015-09-12 |
Publish Date | 2015-09-12 |
Rating | 3.29/5 Total 7 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" } } |