Inspect Devices

Simple silly link to Inspector Devices.

Vad är Inspect Devices?

Inspect Devices är en Chrome-tillägg utvecklad av Juan Carlos De Román, och dess huvudfunktion är "Simple silly link to Inspector Devices.".

Tilläggsskärmbilder

screenshot

Ladda ner Inspect Devices-förlängningens CRX-fil

Ladda ner Inspect Devices-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Inspect Devices Inspect Devices
ID pjpobmgdbnbegggcdgbljfgplleejmkb
Officiell webbadress https://chromewebstore.google.com/detail/inspect-devices/pjpobmgdbnbegggcdgbljfgplleejmkb
Beskrivning Simple silly link to Inspector Devices.
Filstorlek 11.35 KB
Antal Installationer 8,162
Aktuell Version 1.1
Senast Uppdaterad 2015-12-11
Publiceringsdatum 2015-12-10
Betyg 4.50/5 Totalt 12 Betyg
Utvecklare Juan Carlos De Román
Betalningssätt free
Stödda Språk 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
    }
}