Resize Window
Restores window size and position after changing screen resolution.
Resize Windowとは何ですか?
Resize WindowはJake Cohenによって開発されたChromeの拡張機能で、その主な機能は「Restores window size and position after changing screen resolution.」です。
拡張機能のスクリーンショット
Resize Window拡張機能のCRXファイルをダウンロード
Resize Window拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to save a desired browser window size and position, then easily restore to that state. This is useful when your browser gets resized and moved automatically by actions such as switching from a docked laptop with a large screen to the laptop's built-in screen, then switching back.
拡張機能の基本情報
名前 | Resize Window |
ID | jaibdaoocnhjhpgcfcbfoiommnejappg |
公式URL | https://chromewebstore.google.com/detail/resize-window/jaibdaoocnhjhpgcfcbfoiommnejappg |
説明 | Restores window size and position after changing screen resolution. |
ファイルサイズ | 9.19 KB |
インストール数 | 448 |
現在のバージョン | 1.0.1 |
最終更新日 | 2023-12-05 |
公開日 | 2014-07-11 |
評価 | 2.88/5 合計 8 レビュー |
開発者 | Jake Cohen |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Resize Window", "version": "1.0.1", "description": "Restores window size and position after changing screen resolution.", "icons": { "128": "icons\/icon128.png" }, "permissions": [ "storage" ], "background": { "service_worker": "resize.js" }, "action": { "default_icon": "icons\/icon128.png", "default_title": "Resize" }, "options_page": "options\/options.html", "manifest_version": 3 } |