Window Resizer
Resize browser windows to test layouts on different resolutions with multi-window support.
Window Resizer là gì?
Window Resizer là một tiện ích mở rộng Chrome được phát triển bởi https://riangle.com, và tính năng chính của nó là "Resize browser windows to test layouts on different resolutions with multi-window support.".
Ả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 Window Resizer
Tải xuống các tệp mở rộng Window Resizer 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
Window Resizer is a simple utility tool that allows to resize your Chrome windows to any specific size. It supports multi-window control. It is useful for developers and designers that want to test in various resolutions. - Precise inner height calculation. - Add & delete preset sizes. - Resize specific window. - Show tabs for open windows. - Beautiful interface. This is the first release of Window Resizer, feedback and feature requests are welcome! We do not track any user information.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cdhnnifbhmggaaehajmgnofcggobfjkp |
URL Chính Thức | https://chromewebstore.google.com/detail/window-resizer/cdhnnifbhmggaaehajmgnofcggobfjkp |
Mô tả | Resize browser windows to test layouts on different resolutions with multi-window support. |
Kích Thước Tệp | 600 KB |
Số Lần Cài Đặt | 1,836 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2024-03-03 |
Ngày Phát Hành | 2021-03-24 |
Đánh Giá | 4.33/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://riangle.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.riangle.com/ |
URL Trang Trợ Giúp | https://www.threads.net/@luangjokaj |
URL Trang Chính Sách Bảo Mật | https://window-resizer.s3.eu-west-1.amazonaws.com/privacy.pdf |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.0.2", "minimum_chrome_version": "70", "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" }, "background": { "scripts": [ ".\/background.js" ] }, "browser_action": { "default_icon": "img\/128.png" }, "options_page": "index.html#\/settings", "permissions": [ "tabs", "activeTab", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "offline_enabled": true } |