Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 791 Bytes

README.md

File metadata and controls

52 lines (31 loc) · 791 Bytes

Web Browser

Web Browser built with Gnome Javascrit and GKT.

Features

Simplify your browser with :

  • URL Bar

    Type a url in the url bar will load the url.

  • Standard browser

    Standard browser bottons like back/forward and reload.

Screet Shot for browser:

Screet Shot

Install from Built Debian Package

git clone git@github.com:bobhsr/browser.git
cd browser/install
sudo dpkg --install webbrowser_1.0-1_i386.deb
browser

Install from source

git clone git@github.com:bobhsr/browser.git
cd browser
sudo bash built.sh
sudo dpkg --install webbrowser_1.0-1_i386.deb
browser

Change Log

0.1.0

  • Initial Release