Skip to content

Kaciras/bookshelf

Repository files navigation

Bookshelf

Firefox Add-on

Screenshot

minimalist & small (21KB zipped) new tab page. Instantly load without any network traffic.

Install

Firefox Add-ons

Note

As of Some of the suggestion providers does not support CORS, Bookshelf need host permissions to read responses of them. In Firefox host permissions are disabled by default, you need to turn on it after install.

goto "about:addons" > extensions > Bookshelf > permissions > Access your data for all websites

Shortcuts

PageUp/PageDown switches search engines when focus on the search box.

Developing

Install dependencies:

pnpm install

Build the app:

pnpm build

Pack build result and source files:

pnpm run pack

FAQ

Why images are not synchronized?

Due to browser data size limit, we can not save images to synchronized storage. You can use Import Data / Export Data in setting menu instead.