Width and Height Display
This extension displays the inner width and innner height of the screen
Width and Height Display là gì?
Width and Height Display là một tiện ích mở rộng Chrome được phát triển bởi thestereoscopic, và tính năng chính của nó là "This extension displays the inner width and innner height of the screen".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Width and Height Display
Tải xuống các tệp mở rộng Width and Height Display dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Width and Height Display |
ID | hhcddohiohbojnfdmfpbbhiaompeiemo |
URL Chính Thức | https://chromewebstore.google.com/detail/width-and-height-display/hhcddohiohbojnfdmfpbbhiaompeiemo |
Mô tả | This extension displays the inner width and innner height of the screen |
Kích Thước Tệp | 17.87 KB |
Số Lần Cài Đặt | 13,916 |
Phiên Bản Hiện Tại | 0.0.0.4 |
Cập Nhật Lần Cuối | 2016-10-21 |
Ngày Phát Hành | 2016-10-21 |
Đánh Giá | 4.00/5 Tổng số 34 Đánh Giá |
Nhà Phát Triển | thestereoscopic |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |