WebExpress Save Abandoned

Web browser in C# and WPF

Project README

This project is outdated. Check out new browser for better experience: Wexond

Code style | MLG

WebExpress

This is an advanced web browser created in C# WPF.

Features

  • Colored tabs
  • History
  • Suggestions
  • Downloads
  • Incognito
  • Screenshot function
  • News
  • Weather
  • Settings
  • Material Design UI
  • Bookmarks
  • Extensions

Engine

This browser is using CefSharp. You can find it on: https://github.com/cefsharp/CefSharp

Extensions

Files structure Extensions

  • name.json
  • name.js
  • name.png

name.json:

{
  "id":"name",
  "description":"description",
  "logo":"name.png",
  "scripts": [
      {"file":"name.js"}
  ]
}

The extensions are loading to the webview. Code of extension is executing after page load event.

Authors

This code was created by Eryk Rakowski (Sential)

Open Source Agenda is not affiliated with "WebExpress" Project. README Source: sentialx/WebExpress
Stars
71
Open Issues
0
Last Commit
6 years ago

Open Source Agenda Badge

Open Source Agenda Rating