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 là gì?

Window Positioner là một tiện ích mở rộng Chrome được phát triển bởi S. Haines, và tính năng chính của nó là "Tool to launch windows and position them on Chrome start-up. Window Positioner runs when Chrome starts and will launch the…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Window Positioner

Tải xuống các tệp mở rộng Window Positioner dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Window Positioner Window Positioner
ID cjoidmhkohpfflneoadklkfkekihbjia
URL Chính Thức https://chromewebstore.google.com/detail/window-positioner/cjoidmhkohpfflneoadklkfkekihbjia
Mô tả Tool to launch windows and position them on Chrome start-up. Window Positioner runs when Chrome starts and will launch the…
Kích Thước Tệp 41.23 KB
Số Lần Cài Đặt 6,431
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2014-07-01
Ngày Phát Hành 2014-07-01
Đánh Giá 3.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển S. Haines
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}