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 |
| Eメール | [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"
]
} | |