All Projects → sentialx → WebExpress

sentialx / WebExpress

Licence: other
Web browser in C# and WPF

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to WebExpress

SpeakIt Vietnamese TTS
Vietnamese Text-to-Speech on Windows Project (zalo-speech)
Stars: ✭ 81 (+14.08%)
Mutual labels:  wpf
Maple
Maple is a windows desktop application designed to support semi and non professional streamers in playing back local audio files and streaming content from the internet to their favorite playback device
Stars: ✭ 37 (-47.89%)
Mutual labels:  wpf
youtube-dl-wpf
A simple GUI wrapper for youtube-dl and yt-dlp.
Stars: ✭ 358 (+404.23%)
Mutual labels:  wpf
Crema
Meta data server & client tools for game development
Stars: ✭ 61 (-14.08%)
Mutual labels:  wpf
YuzuMarker
🍋 [WIP] Manga Translation Tool
Stars: ✭ 76 (+7.04%)
Mutual labels:  wpf
YoutubePlaylistDownloader
A tool to download whole playlists, channels or single videos from youtube and also optionally convert them to almost any format you would like
Stars: ✭ 226 (+218.31%)
Mutual labels:  wpf
Ayase
🥥 Control everything by keyboard. Built for hackers and the blind.
Stars: ✭ 53 (-25.35%)
Mutual labels:  wpf
LearningPoint
A repository for learning different technologies, frameworks, features......
Stars: ✭ 66 (-7.04%)
Mutual labels:  wpf
HandyControl
WPF HandyControl各个控件使用案例;修改主题、颜色、语言。
Stars: ✭ 49 (-30.99%)
Mutual labels:  wpf
SuggestBoxLib
A WPF Dark/Light AutoComplete TextBox that can easily handle 20.000+ entries.
Stars: ✭ 36 (-49.3%)
Mutual labels:  wpf
CaliburnMicro-Calculator
A simple Calculator using Caliburn.Micro (WPF with MVVM)
Stars: ✭ 19 (-73.24%)
Mutual labels:  wpf
QingTing.Fm
Simple function of playing and displaying QingtingFm(蜻蜓FM) based on WPF
Stars: ✭ 21 (-70.42%)
Mutual labels:  wpf
WPFControls-ThemePack
Custom designed themes for WPF controls to make your app look better. Simple to modify.
Stars: ✭ 28 (-60.56%)
Mutual labels:  wpf
Elysium-Extra
Elysium Extra is a library that implements Metro style for Windows Presentation Foundation (WPF) applications. This Project is a very large add-on project built on top of the Elysium SDK.
Stars: ✭ 65 (-8.45%)
Mutual labels:  wpf
WpfTetris
MVVM based Tetris application sample on WPF
Stars: ✭ 24 (-66.2%)
Mutual labels:  wpf
SimpleWavSplitter
Split multi-channel WAV files into single channel WAV files.
Stars: ✭ 15 (-78.87%)
Mutual labels:  wpf
mvvmgen
MvvmGen is a lightweight MVVM library for XAML applications. It generates your ViewModels on-the-fly for you via a Roslyn-based C# Source Generator.
Stars: ✭ 179 (+152.11%)
Mutual labels:  wpf
CefGlue
.NET binding for The Chromium Embedded Framework (CEF)
Stars: ✭ 44 (-38.03%)
Mutual labels:  wpf
WeChatClient
一个高仿微信网页版 https://wx.qq.com 的WPF应用程序,基本完成了网页微信的主要基础功能,例如聊天,联系人,搜索,表情等。
Stars: ✭ 68 (-4.23%)
Mutual labels:  wpf
TinyHtmlWpf
TinyHtml.Wpf is a WPF HTML rendering library based on litehtml. It provides the rendering backend for WPF. Contrary to similar libraries it uses native WPF drawing to render texts, images and other stuff. So it is fully capable of doing high dpi and blends seemlessly with other content.
Stars: ✭ 30 (-57.75%)
Mutual labels:  wpf

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)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].