/chrome-ext-swifttab

Chrome extension that displays bookmarks from your Bookmarks Bar on a new tab page

Primary LanguageJavaScriptMIT LicenseMIT

SwiftTab

Chrome extension that enables a personal new tab page featuring links from your Bookmarks Bar

Chrome Web Store Version Chrome Web Store Downloads Chrome Web Store Rating Chrome Web Store Rating Count License code style: prettier

Available on the Chrome Web Store

Screenshot

Manual Install

  • Clone or download this repo
  • Install Dependencies: yarn or npm install
  • Build Extension: npm 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 chrome-ext-swifttab/build folder

To Do

  • Define PropTypes
  • Replace ToolbarIconButton with if equiv RMWC Component exists
  • Remove inline styles (AppToolbar, ?)
  • Refactor (Reconsider component hierarchy?)

License

MIT