Window Positioner

Tool to launch windows and position them on Chrome start-up. Window Positioner runs when Chrome starts and will launch the…

What is Window Positioner?

Window Positioner is a Chrome extension developed by S. Haines, and its main feature is "Tool to launch windows and position them on Chrome start-up. Window Positioner runs when Chrome starts and will launch the…".

Extension Screenshots

screenshot

Download Window Positioner Extension CRX File

Download Window Positioner extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Window Positioner Window Positioner
ID cjoidmhkohpfflneoadklkfkekihbjia
Official URL https://chromewebstore.google.com/detail/window-positioner/cjoidmhkohpfflneoadklkfkekihbjia
Description Tool to launch windows and position them on Chrome start-up. Window Positioner runs when Chrome starts and will launch the…
File Size 41.23 KB
Installation Count 6,431
Current Version 0.1.2
Last Updated 2014-07-01
Publish Date 2014-07-01
Rating 3.83/5 Total 6 Ratings
Developer S. Haines
Payment Type free
Supported Languages 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"
    }
}