Window Positioner
Tool to launch windows and position them on Chrome start-up. Window Positioner runs when Chrome starts and will launch the…
Cos'è Window Positioner?
Window Positioner è un'estensione di Chrome sviluppata da S. Haines, e la sua funzione principale è "Tool to launch windows and position them on Chrome start-up. Window Positioner runs when Chrome starts and will launch the…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Window Positioner
Scarica i file di estensione Window Positioner in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Window Positioner |
ID | cjoidmhkohpfflneoadklkfkekihbjia |
URL Ufficiale | https://chromewebstore.google.com/detail/window-positioner/cjoidmhkohpfflneoadklkfkekihbjia |
Descrizione | Tool to launch windows and position them on Chrome start-up. Window Positioner runs when Chrome starts and will launch the… |
Dimensione del File | 41.23 KB |
Conteggio Installazioni | 6,431 |
Versione Corrente | 0.1.2 |
Ultimo Aggiornamento | 2014-07-01 |
Data di Pubblicazione | 2014-07-01 |
Valutazione | 3.83/5 Totale 6 Valutazioni |
Sviluppatore | S. Haines |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |