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 |
| 官方URL | 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"
]
} | |