Inspect Devices
Simple silly link to Inspector Devices.
What is Inspect Devices?
Inspect Devices is a Chrome extension developed by Juan Carlos De Román, and its main feature is "Simple silly link to Inspector Devices.".
Extension Screenshots
Download Inspect Devices Extension CRX File
Download Inspect Devices 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
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.
Extension Basic Information
Name | Inspect Devices |
ID | pjpobmgdbnbegggcdgbljfgplleejmkb |
Official URL | https://chromewebstore.google.com/detail/inspect-devices/pjpobmgdbnbegggcdgbljfgplleejmkb |
Description | Simple silly link to Inspector Devices. |
File Size | 11.35 KB |
Installation Count | 8,162 |
Current Version | 1.1 |
Last Updated | 2015-12-11 |
Publish Date | 2015-12-10 |
Rating | 4.50/5 Total 12 Ratings |
Developer | Juan Carlos De Román |
Payment Type | free |
Supported Languages | 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 } } |