Inspect Device
A quick link to Inspect Devices
Vad är Inspect Device?
Inspect Device är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "A quick link to Inspect Devices".
Tilläggsskärmbilder
Ladda ner Inspect Device-förlängningens CRX-fil
Ladda ner Inspect Device-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
                        Chrome has removed the inspect device option. This provides you a quick link to Inspect device                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | jhgcdckilemomflfheldfmgaellengja | 
| Officiell webbadress | https://chromewebstore.google.com/detail/inspect-device/jhgcdckilemomflfheldfmgaellengja | 
| Beskrivning | A quick link to Inspect Devices | 
| Filstorlek | 38.77 KB | 
| Antal Installationer | 579 | 
| Aktuell Version | 0.1 | 
| Senast Uppdaterad | 2015-09-12 | 
| Publiceringsdatum | 2015-09-12 | 
| Betyg | 3.29/5 Totalt 7 Betyg | 
| Utvecklare | Unknown | 
| Betalningssätt | free | 
| Stödda Språk | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Inspect Device",
    "version": "0.1",
    "description": "A quick link to Inspect Devices",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}  |  |