Inspect Devices

Simple silly link to Inspector Devices.

Co to jest Inspect Devices?

Inspect Devices to rozszerzenie Chrome opracowane przez Juan Carlos De Román, a jego główną funkcją jest „Simple silly link to Inspector Devices.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Inspect Devices

Pobierz pliki rozszerzeń Inspect Devices w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Inspect Devices Inspect Devices
ID pjpobmgdbnbegggcdgbljfgplleejmkb
Oficjalny URL https://chromewebstore.google.com/detail/inspect-devices/pjpobmgdbnbegggcdgbljfgplleejmkb
Opis Simple silly link to Inspector Devices.
Rozmiar pliku 11.35 KB
Liczba instalacji 8,162
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2015-12-11
Data Publikacji 2015-12-10
Ocena 4.50/5 Łącznie 12 Oceny
Deweloper Juan Carlos De Román
Typ Płatności free
Obsługiwane Języki 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
    }
}