ViewportDimension

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

What is ViewportDimension?

ViewportDimension is a Chrome extension developed by Braincompiler, and its main feature is "This extension displays Chrome’s viewport dimensions when resizing the browser window.".

Extension Screenshots

screenshot

Download ViewportDimension Extension CRX File

Download ViewportDimension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ViewportDimension ViewportDimension
ID jfoaoghgpkaklamhphfihiaifckkanlf
Official URL https://chromewebstore.google.com/detail/viewportdimension/jfoaoghgpkaklamhphfihiaifckkanlf
Description This extension displays Chrome’s viewport dimensions when resizing the browser window.
File Size 11.66 KB
Installation Count 835
Current Version 0.0.1
Last Updated 2017-04-13
Publish Date 2017-04-13
Rating 3.00/5 Total 8 Ratings
Developer Braincompiler
Payment Type free
Extension Website https://braincompiler.de
Supported Languages 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"
    }
}