Skip to content

Peek Preview - Arc like peek preview for your web browser

License

Notifications You must be signed in to change notification settings

tomowang/peek-preview

Repository files navigation

Peek Preview

GitHub Release React wxt MIT license GitHub Repo stars

Chrome Web Store Microsoft Edge Addons Firefox Add-ons

Peek Preview is a browser extension that allows you to preview the contents of a webpage before you open it in a new tab.

marquee

Features:

  • Preview links in current tab or popup window
  • Use shift⇧ + click link or drag link to open links for peek preview
  • Press Esc or just blur the preview window to close it

Known issues:

  • Some websites may not work properly due to onfetch handler of service workers
  • Some websites disable the drag event or shift⇧ + click event, so you can't use them to open links for peek preview
  • Links may not work properly when they redirect to another sites which have Content Security Policy (CSP) enabled

This project is created by command pnpm dlx wxt@latest init with options react and pnpm.

  • pnpm install to install dependencies
  • pnpm dev to start development

More details can be found in the wxt docs.

License

MIT