Resize Outlook Tool
Allows you to fully resize the non-preview panes of Outlook online
Apa itu Resize Outlook Tool?
Resize Outlook Tool adalah ekstensi Chrome yang dikembangkan oleh Useful Additions, dan fitur utamanya adalah "Allows you to fully resize the non-preview panes of Outlook online".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Resize Outlook Tool
Unduh file ekstensi Resize Outlook Tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
A small tool that overrides the max-width in Outlook panes allowing the different panes to be resizable to larger widths.
Informasi Dasar Ekstensi
Nama | Resize Outlook Tool |
ID | kolpdifcdkmfdbnaflefmfccbhhfaeha |
URL Resmi | https://chromewebstore.google.com/detail/resize-outlook-tool/kolpdifcdkmfdbnaflefmfccbhhfaeha |
Deskripsi | Allows you to fully resize the non-preview panes of Outlook online |
Ukuran File | 7.99 KB |
Jumlah Instalasi | 50 |
Versi Saat Ini | 0.1.6 |
Terakhir Diperbarui | 2022-04-07 |
Tanggal Publikasi | 2020-12-24 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Useful Additions |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |