Window Positioner
Tool to launch windows and position them on Chrome start-up. Window Positioner runs when Chrome starts and will launch the…
Window Positioner란 무엇입니까?
Window Positioner은(는) S. Haines에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tool to launch windows and position them on Chrome start-up. Window Positioner runs when Chrome starts and will launch the…"입니다.
확장 프로그램 스크린샷
Window Positioner 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tool to launch windows and position them on Chrome start-up. Window Positioner runs when Chrome starts and will launch the specified pages in new windows, and then close the window with your home page (or new tab page). You can set the width and height of each window, along with the position on the window. All dimensions are in pixels. You may also specify that a window should start in "full screen" mode. This extension is particularly useful for kiosk-mode applications, where you would like a particular web page to open full screen when the browser starts. You may also wish to add Chrome to your start-up programs, so that the web page will appear automatically after booting the computer. Github source code: https://github.com/s-haines/chrome-window-positioner
확장 프로그램 기본 정보
이름 | Window Positioner |
ID | cjoidmhkohpfflneoadklkfkekihbjia |
공식 URL | https://chromewebstore.google.com/detail/window-positioner/cjoidmhkohpfflneoadklkfkekihbjia |
설명 | Tool to launch windows and position them on Chrome start-up. Window Positioner runs when Chrome starts and will launch the… |
파일 크기 | 41.23 KB |
설치 횟수 | 6,431 |
현재 버전 | 0.1.2 |
최근 업데이트 | 2014-07-01 |
출시 날짜 | 2014-07-01 |
평점 | 3.83/5 총 6 개의 평점 |
개발자 | S. Haines |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Window Positioner", "version": "0.1.2", "background": { "scripts": [ "main.js" ] }, "options_page": "options.html", "permissions": [ "storage" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" } } |