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」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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
}