Window Seat
Make browser windows open with a consistent position and size
Window Seat란 무엇입니까?
Window Seat은(는) https://www.sessionbuddy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make browser windows open with a consistent position and size"입니다.
확장 프로그램 스크린샷
Window Seat 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Window Seat makes browser windows open at a desired position and size. You can also position a window or all windows with a single click.
확장 프로그램 기본 정보
이름 | Window Seat |
ID | ffapagmeaendpngophdffbjjcobilago |
공식 URL | https://chromewebstore.google.com/detail/window-seat/ffapagmeaendpngophdffbjjcobilago |
설명 | Make browser windows open with a consistent position and size |
파일 크기 | 17.02 KB |
설치 횟수 | 754 |
현재 버전 | 1.1 |
최근 업데이트 | 2021-10-30 |
출시 날짜 | 2020-05-09 |
평점 | 4.88/5 총 16 개의 평점 |
개발자 | https://www.sessionbuddy.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://sessionbuddy.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Window Seat", "description": "Make browser windows open with a consistent position and size", "version": "1.1", "minimum_chrome_version": "63", "manifest_version": 2, "background": { "page": "bg.html" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "chrome_style": true }, "content_security_policy": "script-src 'self'; object-src 'self'" } |