Skip to content
/ UnTab Public

Minimal newtab with amazing wallpapers form Unsplash!

License

Notifications You must be signed in to change notification settings

27AE60/UnTab

Repository files navigation

UnTab

Minimal newtab with amazing wallpapers form Unsplash!

Install

Mozilla Add-on

Screen Shots

Newtab with images from Unsplash.com

Basic screenshot

Ability to filter images on basis of keywords.

Basic screenshot with filter query

Building

Install dependencies

$ yarn install

Modify config/development.json or config/production.json to add the Unsplash api-key in the accessKey field. Api key can be obtained from Unsplash Developers. After adding api key, use below commands to build extension for respective platforms.

Build for Chrome dev | prod

$ yarn chrome-dev
$ yarn chrome-prod

Build for Firefox dev | prod

$ yarn firefox-dev
$ yarn firefox-prod

NOTE: No support for Opera, as overidding newtab page is not supported.