/fire-drag

Firefox add-on: drag texts and links with/without e10s

Primary LanguageJavaScript

Since many drag&drop add-on are outdated or does not support e10s(multi-process: https://wiki.mozilla.org/Electrolysis)

This simple add-on allows users to drag:

  • texts to search in foreground/background tabs
  • links to open in foreground/background tabs
  • images to open in foreground/background tabs

PS: NO RESTART but need to refresh webpages.

source code: https://github.com/erictsangx/fire-drag

link: https://addons.mozilla.org/en-US/firefox/addon/fire-drag

preferences:

  • froeground/background
  • drag distance
  • search engines

V1.0.0: finally migrated to the new FF WebExtension SDK. It also fixed most of the reported issues and supports opening images to open in foreground/background now.