Skip to content

CreateBrowser/WebExpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build OpenSource

Windows OS Desktop PC Build Status


Build WebExpress


The Prerequisites are Required: Loading Preview

Microsoft .NET Framework 4.5

Build Downloader


NOT Microsoft .NET Framework 4.7


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 Mohammed Osama Mohamed Sayed Ahmed (en-EG)