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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } |