MultiWindow Positioner

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

Qu'est-ce que MultiWindow Positioner ?

MultiWindow Positioner est une extension Chrome développée par Control€xpert GmbH, et sa fonction principale est "Tool extension that enables effective window positioning/placement in multi-monitor setups".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension MultiWindow Positioner

Téléchargez les fichiers d'extension MultiWindow Positioner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        * 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                    

Informations de Base sur l'Extension

Nom MultiWindow Positioner MultiWindow Positioner
ID hmgehpjpfhobbnhhelhlggjfcaollidl
URL Officiel https://chromewebstore.google.com/detail/multiwindow-positioner/hmgehpjpfhobbnhhelhlggjfcaollidl
Description Tool extension that enables effective window positioning/placement in multi-monitor setups
Taille du Fichier 3.47 MB
Nombre d'Installations 20,000
Version Actuelle 1.0.19
Dernière Mise à Jour 2021-04-21
Date de Publication 2019-03-21
Évaluation 4.75/5 Total 16 Évaluations
Développeur Control€xpert GmbH
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/ControlExpert/chrome-multiwindow-positioner
URL de la Page d'Aide https://github.com/ControlExpert/chrome-multiwindow-positioner/issues
Langues Prises en Charge 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"
    ]
}