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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension displays the inner width and innner height of the screen"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Width and Height Display एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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 } |