https://github.com/katahiromz/ffedge
指定した位置とサイズでブラウザを起動する
https://github.com/katahiromz/ffedge
cxx cxx11 digital-signage launcher msedge signage title-bar titlebar win32 win32api window-position window-size windows windows-10 windows-11
Last synced: about 1 month ago
JSON representation
指定した位置とサイズでブラウザを起動する
- Host: GitHub
- URL: https://github.com/katahiromz/ffedge
- Owner: katahiromz
- License: mit
- Created: 2025-01-02T02:26:24.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-01-03T08:34:00.000Z (10 months ago)
- Last Synced: 2025-09-03T06:42:15.636Z (about 1 month ago)
- Topics: cxx, cxx11, digital-signage, launcher, msedge, signage, title-bar, titlebar, win32, win32api, window-position, window-size, windows, windows-10, windows-11
- Language: C
- Homepage:
- Size: 2.42 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
(Japanese, UTF-8)
# FFedge
## これは何?
これは、Microsoft Edgeブラウザを指定された位置とサイズで表示するためのWindows用のコマンドラインツールです。
アドレスバー、ツールバーのないEdgeブラウザを起動します。「-noborder」オプションを指定することにより、タイトルバーを消すことも可能です。
## 使い方
```txt
使用方法: FFedge [オプション] URLオプション:
-i URL インターネット上の位置またはHTMLファイルを指定します。
-x 幅 表示される幅を設定します。
-y 高さ 表示される高さを設定します。
-left 左 ウィンドウの左端のx位置を指定します(デフォルト:中央)。
-top 上 ウィンドウの上端のy位置を指定します(デフォルト:中央)。
-fs フルスクリーンモードで開始します。
-noborder 枠なしウィンドウを作成します。
-window_title タイトル ウィンドウタイトルを設定します(デフォルト:FFedge)。
-auto-click 自動的にクリックします(音楽再生用)。
-help このヘルプメッセージを表示します。
-version バージョン情報を表示します。
```## 対応環境
- (WebView2ランタイムのある) Windows 10 および Windows 11
## 注意
- タイトルバーがないときにウィンドウを閉じたい場合は、ウィンドウをクリックして Alt+F4を押してください。
## ライセンス
- MIT
## 開発履歴
- 2024-01-02 Ver.1.0
- 初公開。
- 2024-01-02 Ver.1.1
- サイズ変更可能に。## 連絡先
- 片山博文
---
(English)# FFedge
## What's this?
This is a command line tool for Windows to display the Microsoft Edge browser in a specified position and size.
This launches the Edge browser without the address bar and toolbar. You can also hide the title bar by specifying the "-noborder" option.
## Usage
```txt
Usage: FFedge [Options] URLOptions:
-i URL Specify an internet location or an HTML file.
-x WIDTH Set the displayed width.
-y HEIGHT Set the displayed height.
-left LEFT Specify the x position of the window's left edge
(default is centered).
-top TOP Specify the y position of the window's top edge
(default is centered).
-fs Start in fullscreen mode.
-noborder Create a borderless window.
-window_title TITLE Set the window title (default is FFedge).
-auto_click Auto click (for music play).
-help Display this help message.
-version Display version information.
```## Supported Environments
- Windows 10 and Windows 11 (with WebView2 runtime)
## Note
- If you want to close a window when it doesn't have a title bar, click on the window and press Alt+F4.
## License
- MIT
## History
- 2024-01-02 Ver.1.0
- First release.
- 2024-01-02 Ver.1.1
- Made it resizable.## Contact
- Katayama Hirofumi MZ