Width and Height Display

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

Qu'est-ce que Width and Height Display ?

Width and Height Display est une extension Chrome développée par thestereoscopic, et sa fonction principale est "This extension displays the inner width and innner height of the screen".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Width and Height Display

Téléchargez les fichiers d'extension Width and Height Display au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Width and Height Display Width and Height Display
ID hhcddohiohbojnfdmfpbbhiaompeiemo
URL Officiel https://chromewebstore.google.com/detail/width-and-height-display/hhcddohiohbojnfdmfpbbhiaompeiemo
Description This extension displays the inner width and innner height of the screen
Taille du Fichier 17.87 KB
Nombre d'Installations 13,916
Version Actuelle 0.0.0.4
Dernière Mise à Jour 2016-10-21
Date de Publication 2016-10-21
Évaluation 4.00/5 Total 34 Évaluations
Développeur thestereoscopic
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}