Width and Height Display

This extension displays the inner width and innner height of the screen

Cos'è Width and Height Display?

Width and Height Display è un'estensione di Chrome sviluppata da thestereoscopic, e la sua funzione principale è "This extension displays the inner width and innner height of the screen".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Width and Height Display

Scarica i file di estensione Width and Height Display in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Chrome has recently changed the way width and height of the current screen size is displayed while using the developer tools. I like the new responsive system, but find when I am using it I lose real estate on my screen. This is fine while I'm plugged into an external monitor. It becomes an issue when I'm on my laptop trying to maximize my screen space. This will simply put the pixel width and height for the real estate taken up by the screen into the upper right hand corner. I might create a config file to offer color and placement preferences in the future.

Hope you find this useful.

Fixed issue where fixed headers would hide the extension by raising z-index.
Fixed issue where sites inherited font-size and/or font-family was illegible.                    

Informazioni di Base sull'Estensione

Nome Width and Height Display Width and Height Display
ID hhcddohiohbojnfdmfpbbhiaompeiemo
URL Ufficiale https://chromewebstore.google.com/detail/width-and-height-display/hhcddohiohbojnfdmfpbbhiaompeiemo
Descrizione This extension displays the inner width and innner height of the screen
Dimensione del File 17.87 KB
Conteggio Installazioni 13,916
Versione Corrente 0.0.0.4
Ultimo Aggiornamento 2016-10-21
Data di Pubblicazione 2016-10-21
Valutazione 4.00/5 Totale 34 Valutazioni
Sviluppatore thestereoscopic
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Width and Height Display",
    "description": "This extension displays the inner width and innner height of the screen",
    "version": "0.0.0.4",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "Width and Height Display"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}