Inspect Devices
Simple silly link to Inspector Devices.
Wat is Inspect Devices?
Inspect Devices is een Chrome-extensie ontwikkeld door Juan Carlos De Román, en de belangrijkste functie is "Simple silly link to Inspector Devices.".
Extensie Screenshots
Download het CRX-bestand van de extensie Inspect Devices
Download Inspect Devices-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Inspect Devices |
ID | pjpobmgdbnbegggcdgbljfgplleejmkb |
Officiële URL | https://chromewebstore.google.com/detail/inspect-devices/pjpobmgdbnbegggcdgbljfgplleejmkb |
Beschrijving | Simple silly link to Inspector Devices. |
Bestandsgrootte | 11.35 KB |
Aantal Installaties | 8,162 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2015-12-11 |
Publicatiedatum | 2015-12-10 |
Beoordeling | 4.50/5 Totaal 12 Beoordelingen |
Ontwikkelaar | Juan Carlos De Román |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |