Skip to content

traxium/webassembly-chrome-extension

Repository files navigation

WebAssembly Chrome Extension (in C# and Blazor)

Installation instructions:

  1. Download the latest release (.zip) from https://github.com/traxium/webassembly-chrome-extension/releases
  2. Unpack (e.g. to ~/webassembly-chrome-extension-v0.1.0)
  3. In Chrome go to chrome://extensions/
  4. Enable [Developer mode] (if not enabled)
  5. Click [Load unpacked]
  6. Go inside the unpacked folder (e.g. inside ~/webassembly-chrome-extension-v0.1.0)
  7. Click [Select Folder]/[Open] button

Build instructions:

  1. Open this repo in Visual Studio 2019 (or newer)
    1. Click [Build] -> [Build Solution] (or press Ctrl + Shift + B)
  2. In Chrome go to chrome://extensions/
    1. Enable [Developer mode] (if not enabled)
    2. Click [Load unpacked]
    3. Point to ...\WebAssemblyBlazorChromeExtension\bin\Release\netstandard2.1\wwwroot\ or ...\WebAssemblyBlazorChromeExtension\bin\Debug\netstandard2.1\wwwroot\
    4. Click [Select Folder]/[Open] button

About

"Hello, world!" WebAssembly chrome extension compiled from C# and Blazor

Resources

Stars

Watchers

Forks

Packages

No packages published