Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 864 Bytes

README.en.md

File metadata and controls

33 lines (23 loc) · 864 Bytes

MWebBrowser

Introduction

MWebBrowser is a WPF project developed based on CefSharp, mimicking the Edge browser.

CefSharp version has been updated to CefSharp.WinForms.NETCore 120.1.110.

Blog address: https://www.cnblogs.com/mchao

Gitee address: https://gitee.com/sirius_machao/mweb-browser

WeChat: m1217303210

Project purpose: Learning, communication, summarization, and progress.

Features and Progress

Framework modules:

  • Use TabControl for multiple web page openings;
  • Add a URL input box;
  • Browser window dragging;
  • Web page forward, backward, refresh;
  • Simple data download;
  • Web page zoom;
  • Favorites menu;
  • Favorites bar;
  • Context menu;
  • History records popup;
  • F11 fullscreen;
  • F12 developer tools;
  • Add tab page drag and switch;