Resize Outlook Tool
Allows you to fully resize the non-preview panes of Outlook online
Resize Outlook Toolคืออะไร?
Resize Outlook Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Useful Additions และคุณลักษณะหลักของมันคือ "Allows you to fully resize the non-preview panes of Outlook online"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Resize Outlook Tool
ดาวน์โหลดไฟล์ส่วนขยาย 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"
]
} | |