MultiWindow Positioner

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

Wat is MultiWindow Positioner?

MultiWindow Positioner is een Chrome-extensie ontwikkeld door Control€xpert GmbH, en de belangrijkste functie is "Tool extension that enables effective window positioning/placement in multi-monitor setups".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie MultiWindow Positioner

Download MultiWindow Positioner-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        * 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                    

Basisinformatie over de Extensie

Naam MultiWindow Positioner MultiWindow Positioner
ID hmgehpjpfhobbnhhelhlggjfcaollidl
Officiële URL https://chromewebstore.google.com/detail/multiwindow-positioner/hmgehpjpfhobbnhhelhlggjfcaollidl
Beschrijving Tool extension that enables effective window positioning/placement in multi-monitor setups
Bestandsgrootte 3.47 MB
Aantal Installaties 20,000
Huidige Versie 1.0.19
Laatst Bijgewerkt 2021-04-21
Publicatiedatum 2019-03-21
Beoordeling 4.75/5 Totaal 16 Beoordelingen
Ontwikkelaar Control€xpert GmbH
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/ControlExpert/chrome-multiwindow-positioner
Help Pagina-URL https://github.com/ControlExpert/chrome-multiwindow-positioner/issues
Ondersteunde Talen 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"
    ]
}