Resize Outlook Tool
Allows you to fully resize the non-preview panes of Outlook online
什麼是Resize Outlook Tool?
Resize Outlook Tool是由Useful Additions開發的Chrome擴展程式,該擴展的主要功能是“Allows you to fully resize the non-preview panes of Outlook online”。
擴展截圖
下載Resize Outlook Tool擴展crx文件
下載Resize Outlook Tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A small tool that overrides the max-width in Outlook panes allowing the different panes to be resizable to larger widths. 擴展基本資訊
| 名稱 | |
| ID | kolpdifcdkmfdbnaflefmfccbhhfaeha |
| 官方網址 | https://chromewebstore.google.com/detail/resize-outlook-tool/kolpdifcdkmfdbnaflefmfccbhhfaeha |
| 簡介 | Allows you to fully resize the non-preview panes of Outlook online |
| 檔案大小 | 7.99 KB |
| 安裝次數 | 50 |
| 目前版本 | 0.1.6 |
| 更新時間 | 2022-04-07 |
| 上架時間 | 2020-12-24 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | Useful Additions |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | 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"
]
} | |