SimpleSize

This extension displays Chrome’s viewport dimensions when resizing the browser. Simple, straight forward and with zero bloat.

What is SimpleSize?

SimpleSize is a Chrome extension developed by Damien van Holten, and its main feature is "This extension displays Chrome’s viewport dimensions when resizing the browser. Simple, straight forward and with zero bloat.".

Extension Screenshots

screenshot

Download SimpleSize Extension CRX File

Download SimpleSize 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

                                            

Extension Basic Information

Name SimpleSize SimpleSize
ID ojjhoepiggciiaepjpkfcielnimbfkhh
Official URL https://chromewebstore.google.com/detail/simplesize/ojjhoepiggciiaepjpkfcielnimbfkhh
Description This extension displays Chrome’s viewport dimensions when resizing the browser. Simple, straight forward and with zero bloat.
File Size 93.91 KB
Installation Count 150
Current Version 0.0.1
Last Updated 2015-03-27
Publish Date 2015-03-27
Rating 3.67/5 Total 3 Ratings
Developer Damien van Holten
Payment Type free
Supported Languages en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery-1.11.1.min.js",
            "js\/scripts.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "css\/main.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 displays Chrome\u2019s viewport dimensions when resizing the browser. Simple, straight forward and with zero bloat.",
    "icons": {
        "128": "images\/icon128.png"
    },
    "manifest_version": 2,
    "name": "SimpleSize",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1"
}