Easy Window Resize
Resize window with a keystroke.
Easy Window Resizeคืออะไร?
Easy Window Resize เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://serdar.work และคุณลักษณะหลักของมันคือ "Resize window with a keystroke."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy Window Resize
ดาวน์โหลดไฟล์ส่วนขยาย Easy Window Resize ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
- Resizes the active browser window to the predefined list of sizes.
- Requires no special permissions.
- Use the default keyboard shortcut Ctrl+Shift+A (Command+Shift+A for Mac) to resize to the next window size in your list. Keep using the shortcut to rotate window sizes.
- You can add and remove sizes in the window sizes list. Go to extension options to do that.
- You can change the shortcut. Use "Keyboard shortcuts" in the Chrome extension settings to do that.
UPDATES
- Menu added.
- You can add the current window size using the "Add Current Window Size" button in the options page. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | cfpenpohaapdgnkglcbgjiooipcbcebi |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/easy-window-resize/cfpenpohaapdgnkglcbgjiooipcbcebi |
| คำอธิบาย | Resize window with a keystroke. |
| ขนาดไฟล์ | 46.42 KB |
| จำนวนการติดตั้ง | 10,000 |
| เวอร์ชันปัจจุบัน | 1.1.0 |
| อัปเดตครั้งล่าสุด | 2021-03-27 |
| วันที่เผยแพร่ | 2020-06-16 |
| คะแนน | 3.92/5 รวมทั้งหมด 38 คะแนน |
| ผู้พัฒนา | https://serdar.work |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| URL หน้านโยบายความเป็นส่วนตัว | https://serdar.work/chrome-extensions/privacy-policy.html |
| ภาษาที่รองรับ | en,tr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"version": "1.1.0",
"manifest_version": 2,
"description": "__MSG_extDescription__",
"icons": {
"128": "icon-128.png"
},
"default_locale": "en",
"browser_action": {
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"commands": {
"next-window-size": {
"suggested_key": {
"default": "Ctrl+Shift+A",
"mac": "Command+Shift+A"
},
"description": "Next Window Size"
}
},
"homepage_url": "http:\/\/serdar.work",
"permissions": [
"storage"
],
"options_page": "options.html"
} | |