Fruumo (pronounced fr-oo-moh) is the awesome new tab page extension for chrome. The source code is published here mainly for users who know what they're doing and want to get the latest updates before they're released on the chrome webstore. Otherwise you can install fruumo from here.
You can check the latest STABLE version number from here.
To build the latest version of fruumo you'll need npm and webpack.
- Clone this repository
git clone https://www.github.com/manak/fruumo - Run npm install inside the repository folder
npm install - Run webpack to build all the files
webpack
- Go to
chrome://extensions - Turn on developer mode
Load unpacked extensionand select the repository folder- You should be good to go.
- Run
git pullin the repository - visit
chrome://extensionsand refresh the fruumo extension.