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是由S. Haines开发的Chrome扩展程序,该扩展的主要功能是“Tool to launch windows and position them on Chrome start-up. Window Positioner runs when Chrome starts and will launch the…”。
扩展截图
下载Window Positioner扩展crx文件
下载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 |
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" } } |