Window Resizer
Resize browser windows to test layouts on different resolutions with multi-window support.
What is Window Resizer?
Window Resizer is a Chrome extension developed by https://riangle.com, and its main feature is "Resize browser windows to test layouts on different resolutions with multi-window support.".
Extension Screenshots
Download Window Resizer Extension CRX File
Download Window Resizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | cdhnnifbhmggaaehajmgnofcggobfjkp |
Official URL | https://chromewebstore.google.com/detail/window-resizer/cdhnnifbhmggaaehajmgnofcggobfjkp |
Description | Resize browser windows to test layouts on different resolutions with multi-window support. |
File Size | 600 KB |
Installation Count | 1,836 |
Current Version | 0.0.2 |
Last Updated | 2024-03-03 |
Publish Date | 2021-03-24 |
Rating | 4.33/5 Total 6 Ratings |
Developer | https://riangle.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.riangle.com/ |
Help Page URL | https://www.threads.net/@luangjokaj |
Privacy Policy Page URL | https://window-resizer.s3.eu-west-1.amazonaws.com/privacy.pdf |
Supported Languages | 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 } |