Resize Outlook Tool

Allows you to fully resize the non-preview panes of Outlook online

What is Resize Outlook Tool?

Resize Outlook Tool is a Chrome extension developed by Useful Additions, and its main feature is "Allows you to fully resize the non-preview panes of Outlook online".

Extension Screenshots

screenshot

Download Resize Outlook Tool Extension CRX File

Download Resize Outlook Tool 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

                        A small tool that overrides the max-width in Outlook panes allowing the different panes to be resizable to larger widths.                    

Extension Basic Information

Name Resize Outlook Tool Resize Outlook Tool
ID kolpdifcdkmfdbnaflefmfccbhhfaeha
Official URL https://chromewebstore.google.com/detail/resize-outlook-tool/kolpdifcdkmfdbnaflefmfccbhhfaeha
Description Allows you to fully resize the non-preview panes of Outlook online
File Size 7.99 KB
Installation Count 50
Current Version 0.1.6
Last Updated 2022-04-07
Publish Date 2020-12-24
Rating 5.00/5 Total 2 Ratings
Developer Useful Additions
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Resize Outlook Tool",
    "version": "0.1.6",
    "description": "Allows you to fully resize the non-preview panes of Outlook online",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "confirm.js"
            ],
            "matches": [
                "https:\/\/outlook.office.com\/*",
                "https:\/\/outlook.office365.com\/*",
                "https:\/\/outlook.live.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "128.png"
    },
    "permissions": [
        "storage"
    ]
}