MioKit.Webview2 1.2.0

dotnet add package MioKit.Webview2 --version 1.2.0
                    
NuGet\Install-Package MioKit.Webview2 -Version 1.2.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MioKit.Webview2" Version="1.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MioKit.Webview2" Version="1.2.0" />
                    
Directory.Packages.props
<PackageReference Include="MioKit.Webview2" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MioKit.Webview2 --version 1.2.0
                    
#r "nuget: MioKit.Webview2, 1.2.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package MioKit.Webview2@1.2.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MioKit.Webview2&version=1.2.0
                    
Install as a Cake Addin
#tool nuget:?package=MioKit.Webview2&version=1.2.0
                    
Install as a Cake Tool

WebView2 integration for MioKit plugins, including embedded browser controls, local page hosting, JavaScript service bridges, and theme synchronization.

Product Compatible and additional computed target framework versions.
.NET net10.0-windows10.0.19041 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on MioKit.Webview2:

Package Downloads
MioKit.WebSearch

{"schema":"miokit.plugin-package","schemaVersion":1,"plugin":{"metadataVersion":"1.0","id":"miokit.websearch","name":"网页快开","description":"# 网页快开\n\n在 MioKit 中搜索浏览器收藏夹,并用自定义网站或搜索模板快速打开网页。\n\n## 收藏夹\n\n自动索引本机 **Microsoft Edge**、**Google Chrome**、**Mozilla Firefox** 的收藏夹。在搜索框输入命令 `bookmark-web` 或 `favorites-web` 后,按标题或网址查找并打开。\n\n## 自定义网站\n\n自定义网站始终参与全局搜索:\n\n- **固定网页**:按名称、别名或 URL 匹配后直接打开。\n- **搜索模板**:在地址中加入 `{query}`,例如 `https://www.bing.com/search?q={query}`。查询可来自搜索框输入、剪贴板,或输入优先、剪贴板兜底。\n\n网站支持别名与热键;热键触发搜索模板时使用剪贴板文本替换 `{query}`。\n\n## 设置\n\n搜索「网页快开」打开管理窗口,可维护网站列表、选择默认浏览器,并同步浏览器收藏夹索引。","category":"搜索","author":"tinyisle","website":"https://www.tinyisle.cn/plugins/web-search","assembly":"MioKit.WebSearch.dll","icon":"Assets/icon.png","minSdkVersion":"1.1.1","minHostVersion":"1.0.0","nugetDependents":[]}}

MioKit.Expression

{"schema":"miokit.plugin-package","schemaVersion":1,"plugin":{"metadataVersion":"1.0","id":"miokit.expression","name":"表达式计算","description":"# 表达式计算\n\n在 MioKit 搜索框中直接输入数学表达式即可实时求值,回车一键复制结果。支持四则运算、幂、取模、百分比、比较与逻辑运算,以及 NCalc 内置函数。\n\n## 功能亮点\n\n- 搜索框即输即算:输入 `1+2*3` 立即预览结果,回车复制到剪贴板\n- 支持 `calc`、`expression` 命令作用域,剪贴板内容可直接作为函数参数\n- 自定义 JavaScript 函数:在 `window.expression` 上挂载函数,表达式中直接调用\n- 内置常用函数:求和、均值、阶乘、斐波那契、素数判断、进制转换、随机数等\n- 内置脚本工作台:Monaco 编辑器、编译检查、函数清单与运行日志\n- 可配置小数精度(0–28)与千分位显示\n\n## 使用示例\n\n| 输入 | 结果 |\n|---|---|\n| `1 + 2 * 3` | `7` |\n| `10% + 0.2` | `0.3` |\n| `sqrt(144)` | `12` |\n| `add(1, 2, 3)` | `6` |","category":"Tools","author":"tinyisle","website":"https://www.tinyisle.cn/plugins/expression","icon":"Assets/icon.png","assembly":"MioKit.Expression.dll","minSdkVersion":"1.0.0","minHostVersion":"1.0.0","dependencies":[],"nugetDependents":[{"id":"NCalcAsync","version":"7.0.0"}]}}

MioKit.QuickInput

{"schema":"miokit.plugin-package","schemaVersion":1,"plugin":{"metadataVersion":"1.0","id":"miokit.quickinput","name":"快速输入","description":"# 快速输入\n\n在 MioKit 搜索框中,将常用文本、剪贴板内容和 JavaScript 脚本保存为可搜索、可一键执行的输入节点。\n\n## 功能\n\n- 支持自定义文本、剪贴板内容和脚本,按关键词快速查找\n- 支持日期时间、用户名、剪贴板内容、UUID、随机数等模板占位符\n- 支持剪贴板全格式、纯文本、SendInput 和 PostMessage 等输入方式\n- 提供“快速添加剪贴板”和可视化管理界面\n\n复制内容后打开 MioKit 搜索框,即可快速粘贴或执行。","icon":"Assets/icon.png","category":"Productivity","author":"tinyisle","website":"https://www.tinyisle.cn/plugins/quick-input","assembly":"MioKit.QuickInput.dll","minSdkVersion":"1.0.0","nugetDependents":[]}}

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.0 33 8/22/2026
1.2.0-beta.1 33 8/22/2026
1.1.1 44 8/19/2026