Skip to content

programmerg/quick-access

Repository files navigation

icon Quick Access

A clean, intuitive browser extension that gives you one-click access to all your bookmarks, reading lists, browsing history, and tab groups on the new tab page.


screenshot 1 screenshot 2 screenshot 3 screenshot 4 screenshot 5

Features

  • Clean tiled Speed Dial-like interface
  • Single side panel for quick access to everything
  • Easy switch between different views, groups and folders
  • Quick search across all items
  • Create, modify or delete everything in one place
  • Drag and drop support (rearrange, organize, pin to desktop)
  • Automatic dark/light mode detection
  • Custom wallpapers and wallpaper provider URLs
  • Built-in favicon and custom favicon provider support
  • Customizable grid layout and color themes
  • Lightning fast navigation with TAB, , , and arrow keys.
  • Fully localized interface (available in 36 languages)
  • Fine-tuneable permissions. Only allow what you need.
  • All settings are synced to your browser's account.
  • Works in Firefox, Chrome, Edge, Opera, Brave, Vivaldi, ...

Thanks for trying it! ;)

This is a hobby project for myself, but let's see if it can conquer the world!

Installation

Get it from the Chrome Web Store / Firefox Add-ons

-- OR --

  1. Download the latest release.
  2. Open your browser and go to chrome://extensions.
  3. Enable "Developer mode".
  4. Click "Load unpacked" and select the project folder.
  5. Hooray, you now have your own Quick Access!

File Structure

  • _locales/ – Translations
  • images/ – Icons, favicons
  • src/ – Modules like: Bookmark, History, Page, Permission, Settings, Tab, TopSite
  • index.html – Main HTML page, includes UI and SVG icons
  • index.js – UI logic: event handling, tiles, search, settings, etc.
  • index.css – Default styles
  • manifest.json – Extension manifest
  • service-worker.js – Service worker, install logic

Contributing

Bug reports, improvement ideas, and pull requests are welcome!

License

MIT