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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย S. Haines และคุณลักษณะหลักของมันคือ "Tool to launch windows and position them on Chrome start-up. Window Positioner runs when Chrome starts and will launch the…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Window Positioner

ดาวน์โหลดไฟล์ส่วนขยาย Window Positioner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    }
}