Window Positioner
Tool to launch windows and position them on Chrome start-up. Window Positioner runs when Chrome starts and will launch the…
O que é Window Positioner?
Window Positioner é uma extensão do Chrome desenvolvida por S. Haines, e sua principal característica é "Tool to launch windows and position them on Chrome start-up. Window Positioner runs when Chrome starts and will launch the…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Window Positioner
Baixe arquivos de extensão Window Positioner no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Window Positioner |
ID | cjoidmhkohpfflneoadklkfkekihbjia |
URL Oficial | https://chromewebstore.google.com/detail/window-positioner/cjoidmhkohpfflneoadklkfkekihbjia |
Descrição | Tool to launch windows and position them on Chrome start-up. Window Positioner runs when Chrome starts and will launch the… |
Tamanho do Arquivo | 41.23 KB |
Contagem de Instalações | 6,431 |
Versão Atual | 0.1.2 |
Última Atualização | 2014-07-01 |
Data de Publicação | 2014-07-01 |
Classificação | 3.83/5 Total de 6 Avaliações |
Desenvolvedor | S. Haines |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |