Window Resizer
Resize the browser window to emulate various screen resolutions.
Window Resizerคืออะไร?
Window Resizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://coolx10.com และคุณลักษณะหลักของมันคือ "Resize the browser window to emulate various screen resolutions."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Window Resizer
ดาวน์โหลดไฟล์ส่วนขยาย Window Resizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension re-sizes the browser's window in order to emulate various resolutions. It is particularly useful for web designers and developers by helping them test their layouts on different browser resolutions. The resolutions list is completely customizable (add/delete/re-order). You can set the window's width/height, window's position, preset icon (phone, tablet, laptop, desktop) and even the option to apply the new dimensions to the entire window or just to the viewport. The extension also features customizable global key shortcuts, an option to export your settings and import them on another computer and more! Please report all bugs (or suggestions) using the support link on the extension's details page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Window Resizer |
ID | kkelicaakdanhinjdeammmilcgefonfh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/window-resizer/kkelicaakdanhinjdeammmilcgefonfh |
คำอธิบาย | Resize the browser window to emulate various screen resolutions. |
ขนาดไฟล์ | 494 KB |
จำนวนการติดตั้ง | 850,152 |
เวอร์ชันปัจจุบัน | 2.6.4 |
อัปเดตครั้งล่าสุด | 2020-12-15 |
วันที่เผยแพร่ | 2020-03-28 |
คะแนน | 4.29/5 รวมทั้งหมด 2270 คะแนน |
ผู้พัฒนา | https://coolx10.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | http://windowresizer.userecho.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "libs\/ExtAPI.bundle.js", "scripts\/background-process.js" ] }, "browser_action": { "default_icon": { "16": "assets\/icons\/browser-icon-16.png", "19": "assets\/icons\/browser-icon-19.png", "32": "assets\/icons\/browser-icon-32.png", "38": "assets\/icons\/browser-icon-38.png" }, "default_popup": "views\/popup.html" }, "icons": { "16": "assets\/icons\/icon-16.png", "19": "assets\/icons\/icon-19.png", "24": "assets\/icons\/icon-24.png", "32": "assets\/icons\/icon-32.png", "38": "assets\/icons\/icon-38.png", "48": "assets\/icons\/icon-48.png", "64": "assets\/icons\/icon-64.png", "96": "assets\/icons\/icon-96.png", "128": "assets\/icons\/icon-128.png" }, "options_page": "views\/settings.html", "manifest_version": 2, "name": "Window Resizer", "description": "Resize the browser window to emulate various screen resolutions.", "permissions": [ "activeTab", "contextMenus", "storage" ], "optional_permissions": [ "tabs", "webNavigation", " |