# WebExpress **Repository Path**: chenhome/WebExpress ## Basic Information - **Project Name**: WebExpress - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-02 - **Last Updated**: 2021-06-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## This project is outdated. Check out new browser for better experience: [Wexond](https://github.com/nersent/wexond) ![Code style | MLG](https://img.shields.io/badge/code%20style-MLG-ff69b4.svg) # 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)