Resize Outlook Tool

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

Co je Resize Outlook Tool?

Resize Outlook Tool je rozšíření Chrome vyvinuté Useful Additions, a jeho hlavní funkcí je „Allows you to fully resize the non-preview panes of Outlook online“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Resize Outlook Tool

Stáhněte si soubory rozšíření Resize Outlook Tool ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Resize Outlook Tool Resize Outlook Tool
ID kolpdifcdkmfdbnaflefmfccbhhfaeha
Oficiální URL https://chromewebstore.google.com/detail/resize-outlook-tool/kolpdifcdkmfdbnaflefmfccbhhfaeha
Popis Allows you to fully resize the non-preview panes of Outlook online
Velikost souboru 7.99 KB
Počet instalací 50
Aktuální Verze 0.1.6
Poslední Aktualizace 2022-04-07
Datum Vydání 2020-12-24
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Useful Additions
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}