Chrome extension that enables a personal new tab page featuring links from your Bookmarks Bar
Available on the Chrome Web Store
- Clone or download this repo
- Install Dependencies:
yarn
ornpm install
- Build Extension:
yarn build
ornpm run build
- Load Extension:
- Launch Chrome
- Browse to
chrome://extensions
- Check "Developer mode" if it isn't already checked
- Press "Load unpacked extension..."
- Select the
build
folder
- Don't forget to install dependencies & build the extension
- Don't forget to select the
build
folder and not thepublic
folder when loading the extension
- Config new default icon for bookmarks without favicons
- Re-architect
- Remove build step?
- I learned that babel standalone won't work inside a chrome extension (new tab)
- CHALLENGE ACCEPTED — I'm going to get this to work
- I learned that babel standalone won't work inside a chrome extension (new tab)
- Create BookmarksProvider
- Remove build step?
- Define PropTypes
- Remove inline styles (AppToolbar, ?)
- Refactor (Reconsider component hierarchy?)
- Update to Manifest v3
- Update
manifest.json
- Update value of
manifest_version
from2
to3
- Change permissions value from
favicon
tochrome://favicon
- Update value of
- Update
BookmarksView.js
- Add
/*global chrome*/
to top of file (first line) - Uncomment new favicon url formats in
getImageString
- Add
- Update
- Add Support for Firefox