Simple Window Resizer
Quickly moves your Firefox window to a pre-defined position on your screen.
Simple Window Resizerとは何ですか?
Simple Window ResizerはSoustruhによって開発されたChromeの拡張機能で、その主な機能は「Quickly moves your Firefox window to a pre-defined position on your screen.」です。
拡張機能のスクリーンショット
Simple Window Resizer拡張機能のCRXファイルをダウンロード
Simple Window Resizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You might like this add-on if you frequently switch between the display of your laptop and external screens and do not like browsing in fullscreen. In one click it moves your window to a pre-defined position and resizes it to leave a configurable space around (I personally like to see my instant messenger window all the time on the right). Recommended values for top, left and bottom margins in Windows 10 are -1, -6 and 34 px, respectively. Any feature request welcome! :-)
拡張機能の基本情報
名前 | Simple Window Resizer |
ID | mfiakfjaghmfobbjfbefhhdcbknekfic |
公式URL | https://chromewebstore.google.com/detail/simple-window-resizer/mfiakfjaghmfobbjfbefhhdcbknekfic |
説明 | Quickly moves your Firefox window to a pre-defined position on your screen. |
ファイルサイズ | 11.88 KB |
インストール数 | 204 |
現在のバージョン | 1.2 |
最終更新日 | 2019-02-15 |
公開日 | 2019-02-15 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | Soustruh |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://krasty.sbeta.cz/hr-nice/privacy |
対応言語 | en,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "48.0" } }, "manifest_version": 2, "name": "Simple Window Resizer", "version": "1.2", "default_locale": "en", "description": "__MSG_extensionDescription__", "icons": { "32": "icon_32.png", "48": "icon_48.png" }, "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "32": "icon_32.png" }, "default_title": "Resize!" }, "options_ui": { "page": "options.html" } } |