Window Resizer
Resize the browser window.
Window Resizer란 무엇입니까?
Window Resizer은(는) antwhere.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Resize the browser window."입니다.
확장 프로그램 스크린샷
Window Resizer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Resize the browser window. The resolution list supports customization. ✅ open-source: https://bitbucket.org/antwhere/window_resizer/ ---------- Update history: 1.6: Migrate to Manifest V3. 1.5: Enhanced input data verification. 1.4: Add editing function. 1.3: Add rich customization options. 1.2: Fixed bugs, improved performance. 1.1: The open source Window Resizer extension is here! ---------- Privacy Policy: We do not collect any information from the first version until now and forever! ---------- The initial version began in June 2020. Feedback E-mail: [email protected] Official Website: www.antwhere.com
확장 프로그램 기본 정보
이름 | Window Resizer |
ID | pcgliehpfebaphkmeffmichhimjagaal |
공식 URL | https://chromewebstore.google.com/detail/window-resizer/pcgliehpfebaphkmeffmichhimjagaal |
설명 | Resize the browser window. |
파일 크기 | 10.21 KB |
설치 횟수 | 342 |
현재 버전 | 1.6 |
최근 업데이트 | 2022-11-23 |
출시 날짜 | 2020-07-03 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | antwhere.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Window Resizer", "description": "Resize the browser window.", "version": "1.6", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "options_page": "options.html", "options_ui": { "page": "options.html", "browser_style": true, "open_in_tab": true }, "action": { "default_icon": "icons\/icon-128.png", "default_popup": "popup.html" } } |