Width and Height Display
This extension displays the inner width and innner height of the screen
Was ist Width and Height Display?
Width and Height Display ist eine Chrome-Erweiterung, die von thestereoscopic entwickelt wurde, und ihr Hauptmerkmal ist "This extension displays the inner width and innner height of the screen".
Erweiterungsscreenshots
Width and Height Display-Erweiterungs-CRX-Datei herunterladen
Laden Sie Width and Height Display-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Width and Height Display |
ID | hhcddohiohbojnfdmfpbbhiaompeiemo |
Offizielle URL | https://chromewebstore.google.com/detail/width-and-height-display/hhcddohiohbojnfdmfpbbhiaompeiemo |
Beschreibung | This extension displays the inner width and innner height of the screen |
Dateigröße | 17.87 KB |
Installationsanzahl | 13,916 |
Aktuelle Version | 0.0.0.4 |
Letztes Update | 2016-10-21 |
Veröffentlichungsdatum | 2016-10-21 |
Bewertung | 4.00/5 Insgesamt 34 Bewertungen |
Entwickler | thestereoscopic |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |