项目作者: nitinseshadri

项目描述 :
A simple web browser using Electron and Material Design Lite (first published in 2018)
高级语言: JavaScript
项目地址: git://github.com/nitinseshadri/eleBrowserII.git
创建时间: 2020-04-01T14:58:54Z
项目社区:https://github.com/nitinseshadri/eleBrowserII

开源协议:GNU Affero General Public License v3.0

下载


eleBrowser II

License: AGPL

What is this repository for?

A simple web browser using Electron and Material Design Lite.

Features

  • Simple interface.
  • Works on macOS, Windows, and Linux without any source changes (thanks Electron!)
  • A menubar— something some modern browsers lack these days. Can be used all the time, even in YouTube’s full-screen mode (hit ALT to show it when in fullscreen if not on macOS).
  • Working omnibox with the ability to search with any search engine of your choice (not just Google, Bing or Yahoo). You can even completely remove the default search engine.
  • Having a home page with a big honking search bar and ads for various products is not a requirement. You can set it to about:blank without any hassle.
  • Does not spy on your browsing activity or “phone home”; you can inspect the source to verify this.

How do I get set up? (easy)

Get binaries: (dead link)

  1. Click link above
  2. Select version for your platform (macOS: use the DMG, Windows: use the Setup program, Linux: choose the best option for your distro) and install
  3. PROFIT!

Note: These binaries are updated on a best-effort basis; for the latest development version, please refer to the section below.

How do I get set up? (for developers)

  • Ensure you have the dependencies - this is node.js and Electron.

  • Put the repo somewhere.

  • npm install

  • Run it with Electron.

That’s it.