ViewportDimension

This extension displays Chrome’s viewport dimensions when resizing the browser window.

ViewportDimensionとは何ですか?

ViewportDimensionはBraincompilerによって開発されたChromeの拡張機能で、その主な機能は「This extension displays Chrome’s viewport dimensions when resizing the browser window.」です。

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

screenshot

ViewportDimension拡張機能のCRXファイルをダウンロード

ViewportDimension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension displays _just_ Chrome’s viewport dimensions when resizing the browser window. It does nothing else. For those who just want to have this exact feature. It is shown immediately while resizing the window and disappears after 5 seconds.
In a later release there will be some settings for the position and appearance.                    

拡張機能の基本情報

名前 ViewportDimension ViewportDimension
ID jfoaoghgpkaklamhphfihiaifckkanlf
公式URL https://chromewebstore.google.com/detail/viewportdimension/jfoaoghgpkaklamhphfihiaifckkanlf
説明 This extension displays Chrome’s viewport dimensions when resizing the browser window.
ファイルサイズ 11.66 KB
インストール数 835
現在のバージョン 0.0.1
最終更新日 2017-04-13
公開日 2017-04-13
評価 3.00/5 合計 8 レビュー
開発者 Braincompiler
支払い方法 free
拡張機能のウェブサイト https://braincompiler.de
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "This extension displays Chrome\u2019s viewport dimensions when resizing the browser window.",
    "manifest_version": 2,
    "name": "ViewportDimension",
    "version": "0.0.1",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    }
}