Width and Height Display
This extension displays the inner width and innner height of the screen
什麼是Width and Height Display?
Width and Height Display是由thestereoscopic開發的Chrome擴展程式,該擴展的主要功能是“This extension displays the inner width and innner height of the screen”。
擴展截圖
下載Width and Height Display擴展crx文件
下載Width and Height Display擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Width and Height Display |
ID | hhcddohiohbojnfdmfpbbhiaompeiemo |
官方網址 | https://chromewebstore.google.com/detail/width-and-height-display/hhcddohiohbojnfdmfpbbhiaompeiemo |
簡介 | This extension displays the inner width and innner height of the screen |
檔案大小 | 17.87 KB |
安裝次數 | 13,916 |
目前版本 | 0.0.0.4 |
更新時間 | 2016-10-21 |
上架時間 | 2016-10-21 |
評分 | 4.00/5 共 34 次評分 |
開發者 | thestereoscopic |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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 } |