This is an extension for Chrome, providing the New Tab Page with bookmarks and recently visited sites. https://chrome.google.com/webstore/detail/feeleilgbmkkpapllljmclmbeddcdeeh
Here are the screenshots generated by Storycap in GitHub Actions.
Light | Dark |
---|---|
Bookmark Editor | Preferences |
- Chrome extension
- React Hooks
- TypeScript
- ESLint
- Prettier
- Storybook
- v3 is built with React Hooks and TypeScript (2022)
- v2 was built with React, Redux and Immutable.js (2017)
- v1.2 was built with React (2015)
- v1.1 was built with Vue.js (2015)
- v1.0 was built with Angular 1 and Coffeescript (2014)
To watch and build the extension:
pnpm run dev
To add the extension to Chrome:
- Open chrome://extensions/
- Click "Load unpacked" button
- Select
dist
directory of this project - Open a new tab
pnpm run test
To build the extension for production:
pnpm run build
Create a new release tag.
GitHub Actions will build a package for production as dist.zip
archive.