MultiWindow Positioner

Tool extension that enables effective window positioning/placement in multi-monitor setups

什么是MultiWindow Positioner?

MultiWindow Positioner是由Control€xpert GmbH开发的Chrome扩展程序,该扩展的主要功能是“Tool extension that enables effective window positioning/placement in multi-monitor setups”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载MultiWindow Positioner扩展crx文件

下载MultiWindow Positioner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        * Flexible positioning options via Rules concept
* Multi-monitor support
* Validation of rules configuration against existent Monitor.
* Easy monitor detection
* Configuration templates support. It enables user profiles in large organizations and distributed environments.
* Automatic manual positioning detection that saves into existent rules.
* Default monitor support, for intelligent monitor pre-selection.
* Custom positions support                    

扩展基本信息

名称 MultiWindow Positioner MultiWindow Positioner
ID hmgehpjpfhobbnhhelhlggjfcaollidl
官方URL https://chromewebstore.google.com/detail/multiwindow-positioner/hmgehpjpfhobbnhhelhlggjfcaollidl
简介 Tool extension that enables effective window positioning/placement in multi-monitor setups
文件大小 3.47 MB
安装次数 20,000
当前版本 1.0.19
更新时间 2021-04-21
上架时间 2019-03-21
评分 4.75/5 共16次评分
开发者 Control€xpert GmbH
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/ControlExpert/chrome-multiwindow-positioner
帮助页面URL https://github.com/ControlExpert/chrome-multiwindow-positioner/issues
支持的语言 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "MWP",
    "version": "1.0.19",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "author": "Igor Lino @ ControlExpert",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "homepage_url": "https:\/\/github.com\/ControlExpert\/chrome-multiwindow-positioner",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "system.display",
        "tabs"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/igorlino.github.io\/*"
        ]
    },
    "web_accessible_resources": [
        "images\/icon-48.png",
        "images\/options-loader.gif"
    ]
}