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:
yarnornpm install - Build Extension:
yarn buildornpm 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
buildfolder
- Don't forget to install dependencies & build the extension
- Don't forget to select the
buildfolder and not thepublicfolder 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_versionfrom2to3 - Change permissions value from
favicontochrome://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
