Window Resizer
Resize browser windows to test layouts on different resolutions with multi-window support.
什么是Window Resizer?
Window Resizer是由https://riangle.com开发的Chrome扩展程序,该扩展的主要功能是“Resize browser windows to test layouts on different resolutions with multi-window support.”。
扩展截图
下载Window Resizer扩展crx文件
下载Window Resizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | cdhnnifbhmggaaehajmgnofcggobfjkp |
官方URL | https://chromewebstore.google.com/detail/window-resizer/cdhnnifbhmggaaehajmgnofcggobfjkp |
简介 | Resize browser windows to test layouts on different resolutions with multi-window support. |
文件大小 | 600 KB |
安装次数 | 1,836 |
当前版本 | 0.0.2 |
更新时间 | 2024-03-03 |
上架时间 | 2021-03-24 |
评分 | 4.33/5 共6次评分 |
开发者 | https://riangle.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.riangle.com/ |
帮助页面URL | https://www.threads.net/@luangjokaj |
隐私政策页面URL | https://window-resizer.s3.eu-west-1.amazonaws.com/privacy.pdf |
支持的语言 | 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 } |