zoukankan      html  css  js  c++  java
  • SharpBrowser

    SharpBrowser is the fastest open source C# web browser there is! Slightly faster than Google Chrome when rendering web pages due to lightweight CEF renderer. We compared every available .NET browsing browsing engine and finally settled on the high-performance CefSharp. Released under the permissive MIT license.

    Features

    • HTML5, CSS3, JS, HTML5 Video, WebGL 3D, etc
    • Tabbed browsing
    • Address bar (also opens Google)
    • Back, Forward, Stop, Refresh
    • Developer tools
    • Search bar (also highlights all instances)
    • Download manager
    • Custom error pages
    • Custom context menu
    • Easily add vendor-specific branding, buttons or hotkeys
    • View online & offline webpages

    Hotkeys

    HotkeysFunction
    Ctrl+T Add a new tab
    Ctrl+N Add a new window
    Ctrl+W Close active tab
    F5 Refresh active tab
    F12 Open developer tools
    Ctrl+Tab Switch to the next tab
    Ctrl+Shift+Tab Switch to the previous tab
    Ctrl+F Open search bar (Enter to find next, Esc to close)

    Code

    • SharpBrowser uses CefSharp 71, NET Framework 4.6
    • MainForm.cs - main web browser UI and related functionality
    • Handlers - various handlers that we have registered with CefSharp that enable deeper integration between us and CefSharp
    • Data/JSON.cs - fast JSON serializer/deserializer
    • bin - Binaries are included in the bin folder due to the complex CefSharp setup required. Don't empty this folder.
    • bin/storage - HTML and JS required for downloads manager and custom error pages

    Credits

    Screenshots

    Apple Homepage

    Google Maps

    Search Bar

    Downloads Tab

    Developer Tools

    Custom Error Pages

  • 相关阅读:
    C#库
    大话设计模式--简单工厂模式
    weka平台下手动造.arff的数据
    NIM博弈的必胜取法
    求一个全排列函数: 如p([1,2,3])输出:[123],[132],[213],[231],[312],[321]. 求一个组合函数 如p([1,2,3])输出:[1],[2],[3],[1,2],[2,3],[1,3],[1,2,3]
    哥德巴赫猜想
    C#格式化输出
    meta文件里指定资源
    chromatic aberration
    uber shader
  • 原文地址:https://www.cnblogs.com/Jeely/p/11358251.html
Copyright © 2011-2022 走看看