s0 / leaf-browser

An Experimental Browser UI
MIT License
87 stars 118 forks source link

Leaf Browser Alpha

This project is an experimental browser UI that runs as a Google Chrome app and uses webview tags. It's in its very early stages at the moment.

Leaf Browser Screenshot

Key Features

Immidiate TODOs

Roadmap

Installation

You can install from the chrome web store.

Avaliable from the Chrome webstore

You can also install it like so:

  1. Make sure you have Google Chrome or Chromium installed.
  2. Install npm and grunt.
  3. Checkout this repository.
  4. run npm install && grunt
  5. In Chrome / Chromium, visit chrome://extensions/, enable "Developer Mode", Press "Load Unpacked Extension...", and select the directory checked out this repository.

You can now launch the app by visiting your Apps page (left hand side of the bookmarks bar, or visit chrome://apps/), and selecting "Leaf Browser"

Contribution

Contributions / PRs are of course welcome, but you need to be happy that your code will be released under any license I fancy, as project owner.

License

The MIT License (MIT)

Copyright (c) 2016 Sam Lanning

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.