/bookmarks-new-tab-firefox

A new tab extension for firefox built using react

Primary LanguageJavaScriptMIT LicenseMIT

Bookmarks New Tab

Simple new tab extension like Safari browser.

What's new

  • Customization - It is possible to now add user defined CSS and customize the extension
  • Folder support - Choose a specific bookmark folder to be shown in the new tab page.
  • Groups - Grouped folders instead show all bookmarks.

Steps to build locally

  • Install web-ext (sudo npm install -g web-ext)
  • Clone the repository (git clone git@github.com:txusms/bookmarks-new-tab-firefox.git)
  • Run npm install in the bookmarks-new-tab-firefox directory to install all dependencies (npm install)
  • To test the extension in a temporary firefox profile, use the test script(npm run test)
  • To create the web-ext artifact for the extension, use the xpi script (npm run xpi)

Known issues

  • No test cases - Need to write tests