Resize Outlook Tool
Allows you to fully resize the non-preview panes of Outlook online
Hvad er Resize Outlook Tool?
Resize Outlook Tool er en Chrome-udvidelse udviklet af Useful Additions, og dens hovedfunktion er "Allows you to fully resize the non-preview panes of Outlook online".
Udvidelsesskærmbilleder
Download Resize Outlook Tool-udvidelses-CRX-fil
Download Resize Outlook Tool-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
A small tool that overrides the max-width in Outlook panes allowing the different panes to be resizable to larger widths.
Grundlæggende oplysninger om udvidelsen
Navn | Resize Outlook Tool |
ID | kolpdifcdkmfdbnaflefmfccbhhfaeha |
Officiel URL | https://chromewebstore.google.com/detail/resize-outlook-tool/kolpdifcdkmfdbnaflefmfccbhhfaeha |
Beskrivelse | Allows you to fully resize the non-preview panes of Outlook online |
Filstørrelse | 7.99 KB |
Antal Installationer | 50 |
Nuværende Version | 0.1.6 |
Senest Opdateret | 2022-04-07 |
Udgivelsesdato | 2020-12-24 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | Useful Additions |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |