WindowSize
Change Windows Size.
WindowSize là gì?
WindowSize là một tiện ích mở rộng Chrome được phát triển bởi nori_yamam, và tính năng chính của nó là "Change Windows Size.".
Ả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 WindowSize
Tải xuống các tệp mở rộng WindowSize 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
Change Chrome's window size. It is convenient to standardize the size when you attach screenshot to manual or blog. Oct.30, 2019 Known issues I've found that this doesn't work correctly if the Chrome window size is maximized. This probably happened in Chrome78. I checked the program but could not find a fix method. If the Chrome window size is maximized, it will work correctly if you change it manually.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WindowSize |
ID | oaohkpbdkgfmmgdjgeekkmkpmkglfdcc |
URL Chính Thức | https://chromewebstore.google.com/detail/windowsize/oaohkpbdkgfmmgdjgeekkmkpmkglfdcc |
Mô tả | Change Windows Size. |
Kích Thước Tệp | 7.52 KB |
Số Lần Cài Đặt | 87 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2023-10-30 |
Ngày Phát Hành | 2019-10-30 |
Nhà Phát Triển | nori_yamam |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WindowSize", "short_name": "WS", "version": "1.4", "manifest_version": 3, "description": "Change Windows Size.", "action": { "default_title": "Window Size 1.4", "default_popup": "popup.html", "default_icon": { "32": "WindowSize_32.png" } }, "options_ui": { "page": "options.html", "open_in_tab": true }, "icons": { "128": "WindowSize_128.png" } } |