1、安装Blazor.BrowserExtension.Template模板
dotnet new --install Blazor.BrowserExtension.Template
2、新建项目
dotnet new browserext --name 你的项目名称
3、修改代码
4、运行程序
5、测试页面\index.html
6、edge开启 开发者模式
输入 chrome://extensions/
7、加载程序
程序运行的 bin\Debug\net8.0\browserextension
8、显示
标签:浏览器,C#,拓展,--,Template,BrowserExtension,new,Blazor From: https://www.cnblogs.com/JohnnyLei/p/17833263.html