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 擴展基本資訊
| 名稱 | |
| ID | hmgehpjpfhobbnhhelhlggjfcaollidl |
| 官方網址 | 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"
]
} | |