Skip to content

hj24/bookmark-search

Repository files navigation

bookmark-search

version license language ci

An extension for searching and manage your bookmarks.

Bootstrapped with Create React App and semi.design

Installation

For Chrome users

Install in Chrome Web Store directly: link

For Edge users

Refer to Microsoft official doc

  1. In Edge, go to the Chrome Web Store .
  2. Select Allow extensions from other stores in the banner at the top of the page, then select Allow to confirm.
  3. Go to bookmark-search install page and select Add to Chrome.

Overview

main item

Release

Version Description PR Note
v1.3.0 auto focus input after initial load #17
v1.2.2 optmize doc #16
v1.2.1 fix bug, filter folder correctly for imported bookmarks #15 Issue: #9
v1.2.0 support shortcut (Ctrl/Command + Shift + S) to open extension popup #13 Issue: #12
v1.1.0 support real time search on input change #8 Issue: #10
v1.0.0 refactor UI theme #7
v0.9.0 initial features, white-black theme #4

Development

  1. yarn fixlint
  2. yarn test
  3. yarn build
  4. Open the build dir in chrome extension
  5. Please follow Conventional Commits specification to submit PR