Window Dimensions

This extension will display the window's dimensions after resizing the browser window.

What is Window Dimensions?

Window Dimensions is a Chrome extension developed by Unknown, and its main feature is "This extension will display the window's dimensions after resizing the browser window.".

Extension Screenshots

screenshot

Download Window Dimensions Extension CRX File

Download Window Dimensions 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 package allows you to view window size upon resizing the browser. Colors, font-size, and location can be changed in the options panel.                    

Extension Basic Information

Name Window Dimensions Window Dimensions
ID fdegbhikbooibcahgagmcbkdecmelgfo
Official URL https://chromewebstore.google.com/detail/window-dimensions/fdegbhikbooibcahgagmcbkdecmelgfo
Description This extension will display the window's dimensions after resizing the browser window.
File Size 52.19 KB
Installation Count 979
Current Version 0.0.7
Last Updated 2016-04-18
Publish Date 2016-04-18
Rating 2.45/5 Total 11 Ratings
Developer Unknown
Payment Type free
Supported Languages en-US
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery-1.11.1.min.js",
            "js\/scripts.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "css\/styles.css"
            ],
            "js": [
                "js\/jquery-1.11.1.min.js",
                "js\/scripts.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "http:\/\/localhost\/*",
                "https:\/\/localhost\/*",
                "http:\/\/127.0.0.1\/*",
                "file:\/\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "This extension will display the window's dimensions after resizing the browser window.",
    "icons": {
        "128": "img\/icon128.png"
    },
    "manifest_version": 2,
    "name": "Window Dimensions",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.7"
}