MultiWindow Positioner

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

MultiWindow Positioner क्या है?

MultiWindow Positioner Control€xpert GmbH द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tool extension that enables effective window positioning/placement in multi-monitor setups"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MultiWindow Positioner एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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