Resize Window
Restores window size and position after changing screen resolution.
Resize Window là gì?
Resize Window là một tiện ích mở rộng Chrome được phát triển bởi Jake Cohen, và tính năng chính của nó là "Restores window size and position after changing screen resolution.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Resize Window
Tải xuống các tệp mở rộng Resize Window dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension allows you to save a desired browser window size and position, then easily restore to that state. This is useful when your browser gets resized and moved automatically by actions such as switching from a docked laptop with a large screen to the laptop's built-in screen, then switching back.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Resize Window |
ID | jaibdaoocnhjhpgcfcbfoiommnejappg |
URL Chính Thức | https://chromewebstore.google.com/detail/resize-window/jaibdaoocnhjhpgcfcbfoiommnejappg |
Mô tả | Restores window size and position after changing screen resolution. |
Kích Thước Tệp | 9.19 KB |
Số Lần Cài Đặt | 448 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2023-12-05 |
Ngày Phát Hành | 2014-07-11 |
Đánh Giá | 2.88/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | Jake Cohen |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Resize Window", "version": "1.0.1", "description": "Restores window size and position after changing screen resolution.", "icons": { "128": "icons\/icon128.png" }, "permissions": [ "storage" ], "background": { "service_worker": "resize.js" }, "action": { "default_icon": "icons\/icon128.png", "default_title": "Resize" }, "options_page": "options\/options.html", "manifest_version": 3 } |