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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |