Master Resizer

Master Resizer is an extension which allows you to change the screen size.

What is Master Resizer?

Master Resizer is a Chrome extension developed by vernuigorr, and its main feature is "Master Resizer is an extension which allows you to change the screen size.".

Extension Screenshots

screenshot

Download Master Resizer Extension CRX File

Download Master Resizer 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

                        Master Resizer is an extension which allows you to change the screen size. A simple, useful and beautiful browser window resize app for designers and developers. Resize your browser to various standard resolution sizes. The Screen and Window Resize is useful for testing different screen sizes. It resizes your browser so you can test to see what a web page looks like in all of the standard resolution sizes.                    

Extension Basic Information

Name Master Resizer Master Resizer
ID abgcndceoklfjamfbampifddhlbdlkaj
Official URL https://chrome.google.com/webstore/detail/master-resizer/abgcndceoklfjamfbampifddhlbdlkaj
Description Master Resizer is an extension which allows you to change the screen size.
File Size 507 KB
Installation Count 78
Current Version 1.0
Last Updated 2018-03-26
Publish Date 2018-03-26
Rating 1.00/5 Total 4 Ratings
Developer vernuigorr
Payment Type free
Supported Languages en
manifest.json
{
    "browser_action": {
        "default_icon": "images\/default.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Master Resizer is an extension which allows you to change the screen size.",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/default.png",
        "48": "images\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "Master Resizer",
    "options_page": "options.html",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}