Inspect Devices

Simple silly link to Inspector Devices.

Apa itu Inspect Devices?

Inspect Devices adalah ekstensi Chrome yang dikembangkan oleh Juan Carlos De Román, dan fitur utamanya adalah "Simple silly link to Inspector Devices.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Inspect Devices

Unduh file ekstensi Inspect Devices dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Inspect Devices Inspect Devices
ID pjpobmgdbnbegggcdgbljfgplleejmkb
URL Resmi https://chromewebstore.google.com/detail/inspect-devices/pjpobmgdbnbegggcdgbljfgplleejmkb
Deskripsi Simple silly link to Inspector Devices.
Ukuran File 11.35 KB
Jumlah Instalasi 8,162
Versi Saat Ini 1.1
Terakhir Diperbarui 2015-12-11
Tanggal Publikasi 2015-12-10
Penilaian 4.50/5 Total 12 Penilaian
Pengembang Juan Carlos De Román
Tipe Pembayaran free
Bahasa yang Didukung 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
    }
}