OnFramer Release notes
Versión 1.0.0-beta
We are excited to announce the release of OnFramer version 1.0.0, a powerful and flexible Chromium Embedded Framework designed to enhance your desktop application development experience. This initial release brings a suite of features that make window management and control easier and more efficient using web technologies.
Key Features
-
🪟Multi-Monitor SupportSeamlessly manage and position windows across multiple monitors.
Effortlessly control window placement and dimensions for an optimal multi-screen setup. -
🖵Transparency ControlAdjust the transparency of windows from fully opaque to fully transparent.
Create sleek, modern interfaces with dynamic opacity settings. -
🎚️Remote Control via WebSocketsManage and control windows remotely using WebSocket technology.
Enable real-time interaction and control of application windows from remote locations. -
⚙️JavaScript IntegrationLeverage the power of JavaScript to control and customize window behavior.
Use familiar web technologies (HTML, CSS, JavaScript) to build and manage desktop applications. -
📌Always on TopKeep critical windows always on top of other applications.
Ensure important information is always visible.
and much more ...
Install
Onframer
From an Elevated (Run as Administrator) PowerShell prompt
iwr -useb https://onframer.io/installer?version=1.0.0-beta | iex
Custom Url Schema (onframer:// and widget://)
From an Elevated (Run as Administrator) PowerShell prompt
iwr -useb https://onframer.io/installer/url-schema?version=1.0.0-beta | iex
Standalone
Download zip folder and install it by your self
DownloadJavascript file
Add JavaScript file to your html project
<script src="https://cdn.jsdelivr.net/gh/soft2help/onframer-js@v1.0.0-beta/onframer.js" ></script>
Uninstall
From an Elevated (Run as Administrator) PowerShell prompt
iwr -useb https://onframer.io/uninstaller?version=1.0.0-beta | iex